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.

move angle brackets down

+4 -4
+4 -4
README.md
··· 192 192 > **TIP** 193 193 > **`_`** is an alias for `provides`. In many examples you will see `foo._.bar._.baz` instead of `foo.provides.bar.provides.baz`. 194 194 195 - > **NOTE** 196 - > Den provides an [__angle-brackets__](https://fzakaria.com/2025/08/10/angle-brackets-in-a-nix-flake-world) **experimental feature** that allows even shorter syntax for deep `.provide.` access. 197 - > See [import-non-dendritic.nix](https://github.com/vic/den/pull/38/files) for an example usage. 198 - 199 195 </td> 200 196 <td> 201 197 ··· 406 402 Because writing `den.aspects.vix._.gaming._.emulation` tends to be repetitive, I use the following `vix` alias as module argument. 407 403 408 404 > This pattern is also shown in the default template, under [`_profile`](templates/default/modules/_profile/). 405 + 406 + > **NOTE**: 407 + > `den` provides an [__angle brackets__](https://fzakaria.com/2025/08/10/angle-brackets-in-a-nix-flake-world) **experimental feature** that allows even shorter syntax for deep `.provide.` access. 408 + > See [import-non-dendritic.nix](templates/default/modules/_example/import-non-dendritic.nix) for an example usage. 409 409 410 410 <table> 411 411 <tr>