index
:
nix-config
master
All my NixOS and home-manager configurations.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
env
/
default.nix
blob: d9b85abab9bb530a1915507f17f93fd6aba7ec93 (
plain
)
1
2
3
4
5
6
7
8
{
lib
,
...
}:
with
lib
;
{
imports
=
[
./acme
./dhe.nix
./users
];
}