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