Files
clan-core/lib/modules/clan/flake-module.nix
2025-06-26 17:08:47 +02:00

5 lines
116 B
Nix

{ self, lib, ... }:
{
flake.modules.clan.default = lib.modules.importApply ./default.nix { clan-core = self; };
}