Refactor '/etc/users.nix'
This commit is contained in:
@@ -4,9 +4,6 @@
|
||||
users.users.h = {
|
||||
isNormalUser = true;
|
||||
description = "h";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
packages = with pkgs; [
|
||||
# thunderbird
|
||||
];
|
||||
extraGroups = [ "wheel" "networkmanager" ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user