diff options
Diffstat (limited to '')
| -rw-r--r-- | sh.nix | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -24,6 +24,16 @@ nix-upd-sl = "sudo nix flake update my-slstatus my-dwm my-surf my-st my-dmenu"; }; }; + programs.zsh = { + enable = true; + enableAutosuggestions = true; + enableBashCompletion = true; + enableCompletion = true; + enableFastSyntaxHighlighting = true; + enableFzfCompletion = true; + enableFzfGit = true; + enableFzfHistory = true; + }; environment.etc."inputrc".text = '' set editing-mode vi |
