cfg/mod/default.nix
2025-06-30 22:39:38 +02:00

7 lines
62 B
Nix

{ ... }:
{
imports = [
./nginx.nix
./desktop
];
}