summaryrefslogtreecommitdiff
path: root/hosts/profiles.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/profiles.nix')
-rw-r--r--hosts/profiles.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/hosts/profiles.nix b/hosts/profiles.nix
index 195da1a..5fa495a 100644
--- a/hosts/profiles.nix
+++ b/hosts/profiles.nix
@@ -71,9 +71,15 @@ in {
modules = with inputs; [
common
home-manager.darwinModules.home-manager
+
+ ../users/seth
self.darwinModules.getchoo
+
{
- getchoo.base.enable = true;
+ getchoo = {
+ base.enable = true;
+ desktop.enable = true;
+ };
system.stateVersion = 4;
}
];