ooknet/nixos/modules/default.nix
2024-06-11 22:37:17 +12:00

9 lines
88 B
Nix

{
imports = [
./base
./gaming
./host
./programs
./services
];
}