added gnome home module to john-p14s

This commit is contained in:
John Lancaster
2026-03-26 18:36:13 -05:00
parent 4c7da4abfa
commit ea7e53f04d
+1
View File
@@ -13,6 +13,7 @@
{ {
home-manager.useGlobalPkgs = true; home-manager.useGlobalPkgs = true;
home-manager.users.john.imports = with inputs.self.modules.homeManager; [ home-manager.users.john.imports = with inputs.self.modules.homeManager; [
gnome
desktop desktop
]; ];
} }