feat: Add nushell plugins and remove zsh and bash from nix in kuro

This commit is contained in:
uttarayan21
2025-03-11 12:48:51 +05:30
parent 4f8f4c879c
commit af9f08294d
2 changed files with 7 additions and 2 deletions

View File

@@ -56,8 +56,8 @@
# '')
# ];
# programs.bash.enable = true;
programs.zsh.enable = true;
programs.bash.enable = false;
programs.zsh.enable = false;
programs.fish.enable = true;
# services.nix-daemon.enable = true;