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; programs.gamemode.enable = true;
virtualisation.docker.enable = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
fd fd
act
tldr tldr
tuba tuba
gimp gimp

View file

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