diff --git a/hosts/vps1/configuration.nix b/hosts/vps1/configuration.nix index 05e4cb3..b9e0afd 100644 --- a/hosts/vps1/configuration.nix +++ b/hosts/vps1/configuration.nix @@ -33,6 +33,7 @@ in ]; programs.fish.enable = true; + programs.zsh.enable = true; nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.allowed-users = [ "@wheel" ]; @@ -168,7 +169,7 @@ in extraGroups = [ "podman" ]; - shell = pkgs.fish; + shell = pkgs.zsh; }; # TODO move to separate