Change stuff
This commit is contained in:
parent
55f5b5f9f6
commit
5533035aa6
8 changed files with 128 additions and 21 deletions
|
@ -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];})
|
||||
];
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
'')
|
||||
|
|
4
modules/common-desktop/virt-manager.nix
Normal file
4
modules/common-desktop/virt-manager.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
virtualisation.libvirtd.enable = true;
|
||||
programs.virt-manager.enable = true;
|
||||
}
|
|
@ -2,6 +2,6 @@
|
|||
users.users.quadradical = {
|
||||
isNormalUser = true;
|
||||
description = "QuadRadical";
|
||||
extraGroups = ["networkmanager" "wheel"];
|
||||
extraGroups = ["networkmanager" "wheel" "libvirtd"];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue