From 78bcffb69174f0cfa47afe2b20e1f03ef0c44846 Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Mon, 6 Sep 2021 22:36:43 -0400 Subject: [PATCH] cube/hp: i3 to gnome --- hosts/cube/configuration.nix | 2 +- hosts/hp/configuration.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; };