from bash to zsh

This commit is contained in:
smayzy 2025-10-10 11:50:25 +02:00
parent c0ff127940
commit 000af7e8b4

View File

@ -83,6 +83,8 @@
]; ];
programs.fzf.keybindings = true; programs.fzf.keybindings = true;
programs.zsh.enable = true;
users.defaultUserShell = pkgs.zsh;
system.stateVersion = "25.05"; system.stateVersion = "25.05";