612 B
612 B
- Nushell
programs.nushell.extraConfigduplication traced to Den applying the user aspect twice: it is included via host aspectincludes(e.g.den.aspects.tahani.includes = [ ... den.aspects.cschmatzler ... ]) AND Den's HM integration already includes the user aspect viaden.ctx.user(see Denhm-integration.nix). Result: user-aspect-provided HM config (likeden.aspects.shell.homeManager) merges twice, soextraConfigcontains two identical copies. dev-toolsnushell functions (e.g.ggpull) missing inmichaelis expected:modules/michael.nixdoes not includeden.aspects.dev-tools.