diff options
| author | Fuwn <[email protected]> | 2025-01-05 00:44:27 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-01-05 00:44:27 -0800 |
| commit | 797a3c56b23ad2c6f993615e51d09ac8791b8858 (patch) | |
| tree | 9ac04cdd5149e4fc036b6b8dd6aaa8d9637b5bc2 /modules/mac/programs/homebrew/brews.nix | |
| parent | just: default target to hostname (diff) | |
| download | nixos-config-797a3c56b23ad2c6f993615e51d09ac8791b8858.tar.xz nixos-config-797a3c56b23ad2c6f993615e51d09ac8791b8858.zip | |
nara: drop fish, configure zsh
Diffstat (limited to 'modules/mac/programs/homebrew/brews.nix')
| -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 af21713..a7747bf 100644 --- a/modules/mac/programs/homebrew/brews.nix +++ b/modules/mac/programs/homebrew/brews.nix @@ -7,5 +7,7 @@ "appwrite" "graphaello" "mas" + "zsh-autosuggestions" + "zsh-vi-mode" ]; } |