diff --git a/hosts/cube/default.nix b/hosts/cube/default.nix index 89104de..510df18 100644 --- a/hosts/cube/default.nix +++ b/hosts/cube/default.nix @@ -1,9 +1,5 @@ { config, lib, pkgs, ... }: { - environment.systemPackages = with pkgs; [ - virt-manager - ]; - sconfig = { gnome = true; profile = "desktop";