diff options
| author | Skullheadx <admonty1@gmail.com> | 2026-06-29 11:17:12 -0400 |
|---|---|---|
| committer | Skullheadx <admonty1@gmail.com> | 2026-06-29 11:17:12 -0400 |
| commit | 02e78ddd47a8fffc62216d69befc47ceb098a9c7 (patch) | |
| tree | 2784ee7405c5543dc70260e48bb7169cf1350ed0 /bash.nix | |
| parent | add pass and gnupg (diff) | |
| download | nixos-02e78ddd47a8fffc62216d69befc47ceb098a9c7.tar.gz nixos-02e78ddd47a8fffc62216d69befc47ceb098a9c7.tar.bz2 nixos-02e78ddd47a8fffc62216d69befc47ceb098a9c7.zip | |
fix nvim darwin
Diffstat (limited to '')
| -rw-r--r-- | bash.nix (renamed from sh.nix) | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -24,16 +24,6 @@ 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 |
