index
:
nix-config
master
All my NixOS and home-manager configurations.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
trivionomicon
/
modules
/
default.nix
blob: 0c0fd4cb20baf76057c9d3b79b0f7a3e7d8da8b4 (
plain
)
1
2
3
{
doctrine
,
...
}:
{
imports
=
builtins
.
attrValues
(
doctrine
.
lib
.
importAll
{
root
=
./.
;});
}