From ea7e53f04dab3bada47f2115d1a54b1675192872 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Thu, 26 Mar 2026 18:36:13 -0500 Subject: [PATCH] added gnome home module to john-p14s --- modules/hosts/john-p14s/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/hosts/john-p14s/default.nix b/modules/hosts/john-p14s/default.nix index 1df2809..4f954ad 100644 --- a/modules/hosts/john-p14s/default.nix +++ b/modules/hosts/john-p14s/default.nix @@ -13,6 +13,7 @@ { home-manager.useGlobalPkgs = true; home-manager.users.john.imports = with inputs.self.modules.homeManager; [ + gnome desktop ]; }