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 minimal template in flake
oeiuwq.com
4 months ago
f2abd24f
aeedee8c
+5
-1
1 changed file
expand all
collapse all
unified
split
flake.nix
+5
-1
flake.nix
···
3
3
flakeModule = ./nix/flakeModule.nix;
4
4
templates.default = {
5
5
path = ./templates/default;
6
6
-
description = "Minimal nixos configuration";
6
6
+
description = "Example configuration";
7
7
+
};
8
8
+
templates.minimal = {
9
9
+
path = ./templates/minimal;
10
10
+
description = "Minimal configuration";
7
11
};
8
12
packages = import ./nix/template-packages.nix;
9
13
namespace = import ./nix/namespace.nix;