mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
chore: rename homeManagerModules -> homeModules
homeModules is the output name that can be picked up by nix flake check
This commit is contained in:
parent
c8089780d7
commit
b54d3ee065
6 changed files with 17 additions and 17 deletions
|
|
@ -14,7 +14,7 @@ in
|
|||
{
|
||||
home-manager.users.swarsel.imports = [
|
||||
"${self}/profiles/home/common/settings.nix"
|
||||
] ++ (builtins.attrValues outputs.homeManagerModules);
|
||||
] ++ (builtins.attrValues outputs.homeModules);
|
||||
}
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue