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: ab68406a87923e721d6fc0a73531be85465efa79 (
plain
)
1
2
3
4
5
6
7
{
lib
,
...
}:
with
lib
;
{
imports
=
[
./acme
./users
];
}