diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/nixbox/configuration.nix | 4 | ||||
-rw-r--r-- | hosts/nixpad/configuration.nix | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/hosts/nixbox/configuration.nix b/hosts/nixbox/configuration.nix index e66b634..d47d768 100644 --- a/hosts/nixbox/configuration.nix +++ b/hosts/nixbox/configuration.nix @@ -102,7 +102,7 @@ # thunderbird ]; initialPassword = "changeme"; - shell = pkgs.fish; + shell = pkgs.zsh; }; # Allow unfree packages @@ -139,7 +139,7 @@ jetbrains-mono ]; - programs.fish.enable = true; + programs.zsh.enable = true; # Some programs need SUID wrappers, can be configured further or are # started in user sessions. diff --git a/hosts/nixpad/configuration.nix b/hosts/nixpad/configuration.nix index d24216b..115c941 100644 --- a/hosts/nixpad/configuration.nix +++ b/hosts/nixpad/configuration.nix @@ -99,7 +99,7 @@ teams ]; initialPassword = "changeme"; - shell = pkgs.fish; + shell = pkgs.zsh; }; # Allow unfree packages @@ -122,7 +122,7 @@ jetbrains-mono ]; - programs.fish.enable = true; + programs.zsh.enable = true; # Some programs need SUID wrappers, can be configured further or are # started in user sessions. |