summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcaley <u65487754@gmail.com>2026-06-12 17:20:22 +0200
committerGitHub <noreply@github.com>2026-06-12 17:20:22 +0200
commitf8a408a4f473856c6485ef3bf812748e0d96953b (patch)
tree71f2701c046036945fa96ed3854552f9ea0508ae
parent8bb9f248a946ec73fc05bd88d36443826eca5861 (diff)
Update default.nix
-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;