diff --git a/flake.nix b/flake.nix index 7e1c717..de10c73 100644 --- a/flake.nix +++ b/flake.nix @@ -48,6 +48,11 @@ "x86_64-darwin" ]; + imports = [ + inputs.clan-core.flakeModules.default + ./modules/clan/flake-module.nix + ]; + flake = { inherit (clan.config) nixosConfigurations nixosModules clanInternals; clan = clan.config;