Files
infra/modules/nixos/flake-module.nix
2025-11-24 09:35:49 +07:00

11 lines
154 B
Nix

{
flake.nixosModules = {
common = {
imports = [ ./common.nix ];
};
think-gtcm = {
imports = [ ./think-gtcm.nix ];
};
};
}