Modular, context-aware and aspect-oriented dendritic Nix configurations. Discussions: https://oeiuwq.zulipchat.com/join/nqp26cd4kngon6mo3ncgnuap/ den.oeiuwq.com
configurations den dendritic nix aspect oriented

simpler include of host aspect

+1 -3
+1 -3
nix/home-env.nix
··· 72 72 includes = [ 73 73 (den.ctx."${ctxName}-user" { inherit host user; }) 74 74 (den.ctx.user { inherit host user; }) 75 - (den.lib.owned den.aspects.${host.aspect}) 76 - (den.lib.statics den.aspects.${host.aspect} { inherit class aspect-chain; }) 77 - (den.lib.parametric.atLeast den.aspects.${host.aspect} { inherit host user; }) 75 + (den.lib.parametric.fixedTo { inherit host user; } den.aspects.${host.aspect}) 78 76 ]; 79 77 }; 80 78