Add quickemu

This commit is contained in:
Henry Hiles 2024-04-13 11:16:10 -04:00
parent 5533035aa6
commit b420abe988

View file

@ -1,4 +1,5 @@
{
{pkgs, ...}: {
virtualisation.libvirtd.enable = true;
programs.virt-manager.enable = true;
environment.systemPackages = [pkgs.quickemu];
}