Refactor '/etc/users.nix'

disko
Hektor Misplon 2025-05-31 12:24:38 +02:00
parent 931244ee90
commit 0534b35862
1 changed files with 1 additions and 4 deletions

View File

@ -4,9 +4,6 @@
users.users.h = {
isNormalUser = true;
description = "h";
extraGroups = [ "networkmanager" "wheel" ];
packages = with pkgs; [
# thunderbird
];
extraGroups = [ "wheel" "networkmanager" ];
};
}