flake-module: rename homeModules to homeManagerModules (#6392)

This commit is contained in:
Heitor Augusto
2025-02-03 16:19:46 -03:00
committed by GitHub
parent 18fa9f323d
commit 066ba0c5cf
2 changed files with 5 additions and 5 deletions

View File

@@ -14,11 +14,11 @@ in {
that you can reference them in this or another flake's `homeConfigurations`.
'';
};
homeModules = mkOption {
homeManagerModules = mkOption {
type = types.lazyAttrsOf types.unspecified;
default = { };
apply = mapAttrs (k: v: {
_file = "${toString moduleLocation}#homeModules.${k}";
_file = "${toString moduleLocation}#homeManagerModules.${k}";
imports = [ v ];
});
description = ''