config/modules/default.nix
2024-07-29 15:39:54 +03:00

8 lines
58 B
Nix

{ ... }:
{
imports = [
./base
./services
];
}