diff options
Diffstat (limited to 'hosts/tiamat/configuration.nix')
| -rw-r--r-- | hosts/tiamat/configuration.nix | 1 |
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; |
