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

docs

+5 -6
+5 -6
README.md
··· 115 115 den.provides.home-manager 116 116 ]; 117 117 118 - # any file can contribute to this module, so 119 - # best practice is to keep concerns separated 120 - # each on their own file, instead of huge 121 - # modules in here. 118 + # any file can contribute to this aspect, so 119 + # best practice is to keep concerns separated, 120 + # each on their own file, instead of having huge 121 + # modules in a single file: 122 122 123 123 # any NixOS configuration 124 124 nixos = { 125 - # This is a nixos module, see nixos options. 125 + # A nixos class module, see NixOS options. 126 126 # import third-party NixOS modules 127 127 imports = [ 128 128 inputs.disko.nixosModules.disko ··· 131 131 }; 132 132 # any nix-darwin configuration 133 133 darwin = { 134 - # This is a nix-darwin module. 135 134 # import third-party Darwin modules 136 135 imports = [ 137 136 inputs.nix-homebrew.darwinModules.nix-homebrew