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
Update README.md
authored by
oeiuwq.com
and committed by
GitHub
1 week ago
4b3f7765
80088aa9
+1
-1
1 changed file
expand all
collapse all
unified
split
README.md
+1
-1
README.md
···
131
131
132
132
# regular nixos/darwin modules or any other Nix class
133
133
nixos = { pkgs, ... }: { imports = [ inputs.disko.nixosModules.disko ]; };
134
134
-
darwin = { pkgs, ... }: { environment.packages = [ pkgs.hello ]; };
134
134
+
darwin = { pkgs, ... }: { imports = [ inputs.nix-homebrew.darwinModules.nix-homebrew ]; };
135
135
136
136
# Den `os` Nix class forwards to both nixos and darwin
137
137
os = { pkgs, ... }: {