summaryrefslogtreecommitdiff
path: root/hosts/tiamat
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/tiamat')
-rw-r--r--hosts/tiamat/configuration.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/tiamat/configuration.nix b/hosts/tiamat/configuration.nix
index 9f2d780..3e39067 100644
--- a/hosts/tiamat/configuration.nix
+++ b/hosts/tiamat/configuration.nix
@@ -88,6 +88,7 @@
isNormalUser = true;
description = "jck";
extraGroups = [ "networkmanager" "wheel" ];
+ shell = pkgs.fish;
};
nixpkgs.config.allowUnfree = true;