{ config, pkgs, ... }: { # setup virt-manager virtualisation.libvirtd.enable = true; programs.virt-manager.enable = true; }