This commit is contained in:
DACHXY 2024-12-23 13:42:40 +08:00
parent 394f71cfb6
commit 36b9f4e2b0
27 changed files with 362 additions and 259 deletions

View file

@ -3,7 +3,7 @@
{
users.users.danny = {
isNormalUser = true;
shell = pkgs.nushell;
shell = pkgs.bash; # Actually fish
extraGroups = [ "wheel" "input" "networkmanager" "docker" ];
};
}