rm act
This commit is contained in:
parent
191b35a32f
commit
0c9c08349a
2 changed files with 1 additions and 3 deletions
|
@ -4,10 +4,8 @@
|
|||
...
|
||||
}: {
|
||||
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" "docker"];
|
||||
extraGroups = ["networkmanager" "wheel" "libvirtd"];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue