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: 9ea5563c4498870e4193fe27f24501e4938580a4 (
plain
)
1
2
3
4
5
6
7
8
{
lib
,
...
}:
with
lib
;
{
imports
=
[
./apps
./services
];
}