summaryrefslogtreecommitdiff
path: root/hosts/niuwux
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/niuwux')
-rw-r--r--hosts/niuwux/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/niuwux/default.nix b/hosts/niuwux/default.nix
index 796dc17..6c16a13 100644
--- a/hosts/niuwux/default.nix
+++ b/hosts/niuwux/default.nix
@@ -86,7 +86,7 @@
users.users.${user} = {
isNormalUser = true;
- shell = pkgs.bash;
+ shell = pkgs.fish;
extraGroups = [
"networkmanager"
"wheel"