diff --git a/configuration/steveej-laptop/pkg.nix b/configuration/steveej-laptop/pkg.nix index 02a009d..263f2eb 100644 --- a/configuration/steveej-laptop/pkg.nix +++ b/configuration/steveej-laptop/pkg.nix @@ -46,7 +46,15 @@ in }) pkgs.linuxPackages_latest ); + libvirt = pkgs.libvirt.override { + xen = null; + }; + libvirt-glib = pkgs.libvirt-glib.override { + xen = null; + }; + }; + allowUnfree = true; chromium = { @@ -68,11 +76,6 @@ in plugins = [ pkgs.keepass-keefox ]; }; -# TODO: implement support for this -# libvirt = { -# xenSupport = false; -# }; - }; imports =