added quickemu to the libvirt build bc it's BUSSIN

This commit is contained in:
2025-07-25 15:06:46 +03:00
parent 0a260f2cf1
commit 6a93531b57

View File

@@ -21,8 +21,5 @@
};
};
environment.systemPackages = with pkgs; [
virt-manager
qemu_kvm
];
environment.systemPackages = with pkgs; [virt-manager qemu_kvm quickemu];
}