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

no homeManager on minimal template

+3 -1
+3 -1
templates/minimal/modules/den.nix
··· 3 3 # we can import this flakeModule even if we dont have flake-parts as input! 4 4 imports = [ inputs.den.flakeModule ]; 5 5 6 - den.hosts.x86_64-linux.igloo.users.tux = { }; 6 + den.hosts.x86_64-linux.igloo.users.tux = { 7 + classes = [ ]; # no homeManager 8 + }; 7 9 8 10 den.aspects.igloo = { 9 11 nixos =