From 6e4101a87e567beb258309288fb7614c7e876ca6 Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Sat, 4 Sep 2021 02:55:54 -0400 Subject: [PATCH] hp: enable i3 --- hosts/hp/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hp/configuration.nix b/hosts/hp/configuration.nix index 683595f..a260d49 100644 --- a/hosts/hp/configuration.nix +++ b/hosts/hp/configuration.nix @@ -5,7 +5,7 @@ }; sconfig = { - gnome = true; + i3.enable = true; profile = "desktop"; security-tools = true; };