system/kvm: shorten virt-manager declaration

This commit is contained in:
Felix Buehler 2023-11-29 22:58:25 +01:00
parent ad523b3a88
commit 330de2eaae

View file

@ -18,9 +18,7 @@ in
{ {
virtualisation.libvirtd.enable = true; virtualisation.libvirtd.enable = true;
environment.systemPackages = with pkgs; [ programs.virt-manager.enable = true;
virt-manager
];
} }
# Intel CPU # Intel CPU