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
8
fork

Configure Feed

Select the types of activity you want to include in your feed.

fmt

+1 -1
+1 -1
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.parametric.fixedTo { inherit host user; } den.aspects.${host.aspect}) 75 + (den.lib.parametric.fixedTo { inherit host user; } den.aspects.${host.aspect}) 76 76 ]; 77 77 }; 78 78