nix-stuff/roles/school/default.nix
2023-09-26 10:05:39 +02:00

8 lines
57 B
Nix

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