some stuff

This commit is contained in:
Henry Hiles 2024-10-21 13:38:16 -04:00
parent 79bc14f176
commit 191b35a32f
3 changed files with 94 additions and 91 deletions

View file

@ -4,8 +4,10 @@
...
}: {
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"];
extraGroups = ["networkmanager" "wheel" "libvirtd" "docker"];
};
}