cleanup (mostly)
This commit is contained in:
parent
63774580b8
commit
20c5b716ef
4 changed files with 18 additions and 15 deletions
|
@ -7,6 +7,7 @@
|
|||
./audio.nix
|
||||
./fonts.nix
|
||||
./docker.nix
|
||||
./virt.nix
|
||||
../gnome
|
||||
];
|
||||
|
||||
|
@ -79,6 +80,6 @@
|
|||
users.users.twoneis = {
|
||||
isNormalUser = true;
|
||||
description = "twoneis";
|
||||
extraGroups = [ "networkmanager" "wheel" "surface-control" "docker" ];
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue