1 2 3 4 5 6
{ pkgs, config, ... }: { virtualisation.libvirtd.enable = true; programs.virt-manager.enable = true; }