aboutsummaryrefslogtreecommitdiff
path: root/hosts/nixbox/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/nixbox/configuration.nix')
-rw-r--r--hosts/nixbox/configuration.nix4
1 files changed, 2 insertions, 2 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.