Change stuff

This commit is contained in:
Henry Hiles 2024-03-31 11:59:33 -04:00
parent 55f5b5f9f6
commit 5533035aa6
8 changed files with 128 additions and 21 deletions

View file

@ -21,7 +21,6 @@
nodejs_21
impression
libreoffice
virt-manager
wl-clipboard
protontricks
prismlauncher
@ -30,6 +29,7 @@
nodePackages_latest.pnpm
hunspellDicts.en_CA-large
inputs.nix-gaming.packages.${system}.wine-ge
inputs.bluebuild.packages.${system}.bluebuild
(retroarch.override {cores = with libretro; [bsnes-hd];})
];
}

View file

@ -12,7 +12,7 @@
<allow_inactive>auth_admin_keep</allow_inactive>
<allow_active>auth_admin_keep</allow_active>
</defaults>
<annotate key='org.freedesktop.policykit.exec.path'>/run/current-system/sw/bin/flatpak</annotate>
<annotate key='org.freedesktop.policykit.exec.path'>/home/quadradical/.local/bin/rebuildExec</annotate>
</action>
</policyconfig>
'')

View file

@ -0,0 +1,4 @@
{
virtualisation.libvirtd.enable = true;
programs.virt-manager.enable = true;
}

View file

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