cleanup (mostly)

This commit is contained in:
twoneis 2024-01-06 12:23:27 +01:00
parent 63774580b8
commit 20c5b716ef
4 changed files with 18 additions and 15 deletions

View file

@ -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" ];
};
}