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 47 48 48 - Concepts [documented](https://vic.github.io/den). 49 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). 50 + Need more __batteries__? See [vic/denful](https://github.com/vic/denful). 53 51 54 52 **❄️ Try it now!** 55 53 ··· 67 65 nix run .#vm 68 66 ``` 69 67 70 - Our [default template](templates/default) provides an annotated quick-start. 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. 71 80 72 81 </div> 73 82 </td> ··· 82 91 { 83 92 # same home-manager vic configuration 84 93 # over laptop, macbook and standalone-hm 85 - den.hosts.x86-64-linux.lap.users.vic = {}; 94 + den.hosts.x86_64-linux.lap.users.vic = {}; 86 95 den.hosts.aarch64-darwin.mac.users.vic = {}; 87 96 den.homes.aarch64-darwin.vic = {}; 88 97 }