{ pkgs, ... }: { users.users.andrew.extraGroups = [ "libvirtd" "kvm" ]; virtualisation.libvirtd.enable = true; programs.virt-manager.enable = true; virtualisation.spiceUSBRedirection.enable = true; environment.systemPackages = with pkgs; [ virt-manager OVMF spice-gtk looking-glass-client ]; local.scripts.imports = [ "looking-glass" ]; }