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

Update README.md

authored by oeiuwq.com and committed by

GitHub 8edbb7f5 e166eb2a

+3 -2
+3 -2
README.md
··· 187 187 188 188 ### Custom Dendritic Nix Classes 189 189 190 - See [custom-classes docs](https://den.oeiuwq.com/guides/custom-classes) for explanation. 190 + [Custom classes](https://den.oeiuwq.com/guides/custom-classes) is how Den implements `homeManager`, `hjem`, `wsl`, `microvm` support. You can use the very same mechanism to create your own classes. 191 191 192 192 ```nix 193 193 # Example: A class for role-based configuration between users and hosts ··· 235 235 from any file, without any `mkIf`/`mkMerge` cluttering. The logic for 236 236 determining if the class takes effect is defined at a single place. 237 237 238 - > Example from @Doc-Steve (author of [Dendritic Design Guide](https://github.com/Doc-Steve/dendritic-design-with-flake-parts)) 238 + > Example inspired by @Doc-Steve 239 239 240 + 240 241 ```nix 241 242 # Aspects use the `persys` class without any conditional. And guard guarantees 242 243 # settings are applied **only** when impermanence module has been imported.