cfg/mod/default.nix
2025-12-23 23:05:32 +01:00

9 lines
100 B
Nix

{ ... }:
{
imports = [
./build-machines.nix
./common
./desktop
./nginx.nix
];
}