enabled virt-manager

This commit is contained in:
Danilo Reyes 2025-01-18 00:56:33 -06:00
parent 3cfb55c4f0
commit 8aa55d6640

View File

@ -112,7 +112,13 @@
}
'';
};
users.groups.libvirtd.members = [ "jawz" ];
virtualisation = {
libvirtd.enable = true;
spiceUSBRedirection.enable = true;
};
programs = {
virt-manager.enable = true;
kdeconnect = {
enable = true;
package = pkgs.gnomeExtensions.gsconnect;