This commit is contained in:
Henry Hiles 2024-10-21 13:52:24 -04:00
parent 191b35a32f
commit 0c9c08349a
2 changed files with 1 additions and 3 deletions

View file

@ -4,10 +4,8 @@
...
}: {
programs.gamemode.enable = true;
virtualisation.docker.enable = true;
environment.systemPackages = with pkgs; [
fd
act
tldr
tuba
gimp

View file

@ -2,6 +2,6 @@
users.users.quadradical = {
isNormalUser = true;
description = "QuadRadical";
extraGroups = ["networkmanager" "wheel" "libvirtd" "docker"];
extraGroups = ["networkmanager" "wheel" "libvirtd"];
};
}