chore: rename homeManagerModules -> homeModules

homeModules is the output name that can be picked up by nix flake check
This commit is contained in:
Leon Schwarzäugl 2025-02-26 00:34:46 +01:00
parent c8089780d7
commit b54d3ee065
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
6 changed files with 17 additions and 17 deletions

View file

@ -14,7 +14,7 @@ in
{
home-manager.users.swarsel.imports = [
"${self}/profiles/home/common/settings.nix"
] ++ (builtins.attrValues outputs.homeManagerModules);
] ++ (builtins.attrValues outputs.homeModules);
}
];