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;
|
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
|
||||||
|
|
|
@ -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"];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue