index
:
nixos-config
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
default.nix
blob: 653e176f7d5a3ed3427cf011b11fdeb9d2dff70f (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
{
imports
=
[
./hardware
./nix
./security
./software
./virtualisation
];
}