diff options
| author | Fuwn <[email protected]> | 2025-02-15 03:16:35 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-15 03:16:35 -0800 |
| commit | 4c711e52194c78086ff5c928a1007d08b4ecfbb2 (patch) | |
| tree | 41cc821da8c894731ffc637d0c9438b24a4dac30 /modules/mac/programs | |
| parent | justfile: Fix switch task (diff) | |
| download | nixos-config-4c711e52194c78086ff5c928a1007d08b4ecfbb2.tar.xz nixos-config-4c711e52194c78086ff5c928a1007d08b4ecfbb2.zip | |
Nara: Setup zoxide
Diffstat (limited to 'modules/mac/programs')
| -rw-r--r-- | modules/mac/programs/homebrew/brews.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/mac/programs/homebrew/brews.nix b/modules/mac/programs/homebrew/brews.nix index fab8f52..9eecaad 100644 --- a/modules/mac/programs/homebrew/brews.nix +++ b/modules/mac/programs/homebrew/brews.nix @@ -18,5 +18,7 @@ "cc65" "convco" "animdl" + "zoxide" + "fzf" ]; } |