some stuff
This commit is contained in:
parent
79bc14f176
commit
191b35a32f
3 changed files with 94 additions and 91 deletions
|
@ -4,8 +4,10 @@
|
|||
...
|
||||
}: {
|
||||
programs.gamemode.enable = true;
|
||||
virtualisation.docker.enable = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
fd
|
||||
act
|
||||
tldr
|
||||
tuba
|
||||
gimp
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
users.users.quadradical = {
|
||||
isNormalUser = true;
|
||||
description = "QuadRadical";
|
||||
extraGroups = ["networkmanager" "wheel" "libvirtd"];
|
||||
extraGroups = ["networkmanager" "wheel" "libvirtd" "docker"];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue