index
:
nix-config.git
host/omega-relay
main
test-host
nix-config; configuration for my nixos systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
home-manager
/
modules
/
default.nix
blob: 93bb7d5f505a79332ada8d6f41157249a272ddd5 (
plain
)
1
2
3
4
5
6
7
8
9
{
lib
,
...
}:
with
lib
;
{
imports
=
[
./apps
./services
./direnv.nix
];
}