From 6a93531b57e6f093246f9945a61b15e8a41f9440 Mon Sep 17 00:00:00 2001 From: kenny Date: Fri, 25 Jul 2025 15:06:46 +0300 Subject: [PATCH] added quickemu to the libvirt build bc it's BUSSIN --- modules/common/libvirt.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/modules/common/libvirt.nix b/modules/common/libvirt.nix index 4dee951..c2a7940 100644 --- a/modules/common/libvirt.nix +++ b/modules/common/libvirt.nix @@ -21,8 +21,5 @@ }; }; - environment.systemPackages = with pkgs; [ - virt-manager - qemu_kvm - ]; + environment.systemPackages = with pkgs; [virt-manager qemu_kvm quickemu]; }