diff options
| author | caley <u65487754@gmail.com> | 2026-06-12 17:20:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-12 17:20:22 +0200 |
| commit | f8a408a4f473856c6485ef3bf812748e0d96953b (patch) | |
| tree | 71f2701c046036945fa96ed3854552f9ea0508ae /nixos/hosts/bin | |
| parent | 8bb9f248a946ec73fc05bd88d36443826eca5861 (diff) | |
Update default.nix
Diffstat (limited to 'nixos/hosts/bin')
| -rw-r--r-- | nixos/hosts/bin/default.nix | 2 |
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; |
