diff --git a/flake-module.nix b/flake-module.nix index c1b07ad0..980fb31e 100644 --- a/flake-module.nix +++ b/flake-module.nix @@ -4,7 +4,7 @@ in { options = { flake = flake-parts-lib.mkSubmoduleOptions { homeConfigurations = mkOption { - type = types.lazyAttrsOf types.raw; + type = types.lazyAttrsOf types.deferredModule; default = { }; description = '' Instantiated Home Manager configurations.