From f8a408a4f473856c6485ef3bf812748e0d96953b Mon Sep 17 00:00:00 2001 From: caley Date: Fri, 12 Jun 2026 17:20:22 +0200 Subject: Update default.nix --- nixos/hosts/bin/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nixos/hosts/bin') 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; -- cgit v1.3.1