summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nixos/hosts/bin/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/hosts/bin/default.nix b/nixos/hosts/bin/default.nix
index 3ed71d2..f8882c1 100644
--- a/nixos/hosts/bin/default.nix
+++ b/nixos/hosts/bin/default.nix
@@ -37,7 +37,9 @@
users.users.cat = {
isNormalUser = true;
+ description = "cat";
extraGroups = [ "networkmanager" "wheel" ];
+ shell = pkgs.fish;
};
nixpkgs.config.allowUnfree = true;