tangled
alpha
login
or
join now
oeiuwq.com
/
den
8
fork
atom
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
atom
overview
issues
4
pulls
2
pipelines
readme
oeiuwq.com
3 months ago
564fe153
a71efdec
+14
-5
1 changed file
expand all
collapse all
unified
split
README.md
+14
-5
README.md
···
47
47
48
48
- Concepts [documented](https://vic.github.io/den).
49
49
50
50
-
Need more batteries? See [vic/denful](https://github.com/vic/denful).
51
51
-
52
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
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
70
-
Our [default template](templates/default) provides an annotated quick-start.
68
68
+
**Real-world examples for inspiration**
69
69
+
70
70
+
- [`vic/vix`](https://github.com/vic/vix/tree/den)
71
71
+
- [`belsanti.xyz/nixconfig`](https://tangled.org/belsanti.xyz/nixconfig/tree/den)
72
72
+
- [GitHub Search](https://github.com/search?q=vic%2Fden+language%3ANix&type=code).
73
73
+
74
74
+
**Available templates**
75
75
+
76
76
+
- [`default`](templates/default) batteries-included layout.
77
77
+
- [`minimal`](templates/minimal) truly minimalistic start.
78
78
+
- [`examples`](templates/examples) tests for all features.
79
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
85
-
den.hosts.x86-64-linux.lap.users.vic = {};
94
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
}