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
/
desktop
/
default.nix
blob: a592e7679f9dc6b8a1aae11d0f081dfb4abaaef7 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
{
imports
=
[
./networking
./services
./software
./virtualisation
./sops.nix
];
}