nix/module/VirtManager.nix

5 lines
93 B
Nix

{ ... }: {
virtualisation.libvirtd.enable = true;
programs.virt-manager.enable = true;
}