diff --git a/hosts/cube/configuration.nix b/hosts/cube/configuration.nix index 392826e..3ec2cbd 100644 --- a/hosts/cube/configuration.nix +++ b/hosts/cube/configuration.nix @@ -1,7 +1,7 @@ { pkgs, ... }: { sconfig = { - i3.enable = true; + gnome = true; profile = "desktop"; security-tools = true; i3.extraConfig = '' diff --git a/hosts/hp/configuration.nix b/hosts/hp/configuration.nix index a260d49..683595f 100644 --- a/hosts/hp/configuration.nix +++ b/hosts/hp/configuration.nix @@ -5,7 +5,7 @@ }; sconfig = { - i3.enable = true; + gnome = true; profile = "desktop"; security-tools = true; };