From 7be22a5210a3d763cd45b936e30fca4647ca9c99 Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Wed, 18 Mar 2026 10:25:19 +0000 Subject: [PATCH] fix home --- modules/user.nix | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/modules/user.nix b/modules/user.nix index 082b86e..6063b00 100644 --- a/modules/user.nix +++ b/modules/user.nix @@ -1,8 +1,20 @@ -{den, ...}: { +{den, lib, ...}: { den.aspects.cschmatzler.includes = [ den.provides.primary-user den.aspects.shell den.aspects.ssh-client + den.aspects.terminal + den.aspects.email + den.aspects.atuin + den.aspects.dev-tools + den.aspects.neovim + den.aspects.ai-tools + den.aspects.secrets + den.aspects.zellij + den.aspects.zk + ({host, ...}: lib.optionalAttrs (host.class == "darwin") { + includes = [den.aspects.desktop]; + }) ]; den.aspects.cschmatzler.homeManager = {