From 02d4eb284912bcdb15d2637ba73f4ab5a688b247 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Thu, 3 Oct 2024 22:01:39 -0500 Subject: [PATCH] task | upstream changes --- hosts/workstation/kvm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; }