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

readme

+14 -5
+14 -5
README.md
··· 47 48 - Concepts [documented](https://vic.github.io/den). 49 50 - Need more batteries? See [vic/denful](https://github.com/vic/denful). 51 - 52 - For real-world examples, see [`vic/vix`](https://github.com/vic/vix/tree/den) or this [GH search](https://github.com/search?q=vic%2Fden+language%3ANix&type=code). 53 54 **❄️ Try it now!** 55 ··· 67 nix run .#vm 68 ``` 69 70 - Our [default template](templates/default) provides an annotated quick-start. 71 72 </div> 73 </td> ··· 82 { 83 # same home-manager vic configuration 84 # over laptop, macbook and standalone-hm 85 - den.hosts.x86-64-linux.lap.users.vic = {}; 86 den.hosts.aarch64-darwin.mac.users.vic = {}; 87 den.homes.aarch64-darwin.vic = {}; 88 }
··· 47 48 - Concepts [documented](https://vic.github.io/den). 49 50 + Need more __batteries__? See [vic/denful](https://github.com/vic/denful). 51 52 **❄️ Try it now!** 53 ··· 65 nix run .#vm 66 ``` 67 68 + **Real-world examples for inspiration** 69 + 70 + - [`vic/vix`](https://github.com/vic/vix/tree/den) 71 + - [`belsanti.xyz/nixconfig`](https://tangled.org/belsanti.xyz/nixconfig/tree/den) 72 + - [GitHub Search](https://github.com/search?q=vic%2Fden+language%3ANix&type=code). 73 + 74 + **Available templates** 75 + 76 + - [`default`](templates/default) batteries-included layout. 77 + - [`minimal`](templates/minimal) truly minimalistic start. 78 + - [`examples`](templates/examples) tests for all features. 79 + - [`bogus`](templates/bogus) reproduce and report bugs. 80 81 </div> 82 </td> ··· 91 { 92 # same home-manager vic configuration 93 # over laptop, macbook and standalone-hm 94 + den.hosts.x86_64-linux.lap.users.vic = {}; 95 den.hosts.aarch64-darwin.mac.users.vic = {}; 96 den.homes.aarch64-darwin.vic = {}; 97 }