diff --git a/hosts/workstation/kvm.nix b/hosts/workstation/kvm.nix index 74e14ae..c0f6631 100644 --- a/hosts/workstation/kvm.nix +++ b/hosts/workstation/kvm.nix @@ -4,5 +4,5 @@ ... }: { virtualisation.libvirtd.enable = true; - environment.systemPackages = with pkgs; [gnome.gnome-boxes]; + environment.systemPackages = with pkgs; [gnome-boxes]; }