diff --git a/hosts/workstation/configuration.nix b/hosts/workstation/configuration.nix index 0ef0223..2245985 100644 --- a/hosts/workstation/configuration.nix +++ b/hosts/workstation/configuration.nix @@ -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;