diff --git a/configuration.nix b/configuration.nix index fbd30ff..4eb6dbb 100644 --- a/configuration.nix +++ b/configuration.nix @@ -83,6 +83,8 @@ ]; programs.fzf.keybindings = true; + programs.zsh.enable = true; + users.defaultUserShell = pkgs.zsh; system.stateVersion = "25.05";