{ pkgs, lib, ... }: { environment.systemPackages = with pkgs; [ virt-manager ]; virtualisation = { libvirtd.enable = true; spiceUSBRedirection.enable = true; }; }