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
add default template
oeiuwq.com
4 months ago
bf9ff149
548bd64e
+5
2 changed files
expand all
collapse all
unified
split
.gitignore
flake.nix
+1
.gitignore
···
1
1
+
*.qcow2
+4
flake.nix
···
1
1
{
2
2
outputs = _: {
3
3
flakeModule = ./nix/flakeModule.nix;
4
4
+
templates.default = {
5
5
+
path = ./templates/default;
6
6
+
description = "Minimal nixos configuration";
7
7
+
};
4
8
};
5
9
}