Refactor '/etc/users.nix'
parent
931244ee90
commit
0534b35862
|
@ -4,9 +4,6 @@
|
|||
users.users.h = {
|
||||
isNormalUser = true;
|
||||
description = "h";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
packages = with pkgs; [
|
||||
# thunderbird
|
||||
];
|
||||
extraGroups = [ "wheel" "networkmanager" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue