Files
clan-core/clanServices/flake-module.nix
2025-05-14 13:16:36 +02:00

9 lines
124 B
Nix

{ ... }:
{
imports = [
./admin/flake-module.nix
./hello-world/flake-module.nix
./wifi/flake-module.nix
];
}