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
|
|
@ -58,7 +58,7 @@
|
|||
) ++ [
|
||||
inputs.sops-nix.homeManagerModules.sops
|
||||
inputs.nix-index-database.hmModules.nix-index
|
||||
] ++ (builtins.attrValues outputs.homeManagerModules);
|
||||
] ++ (builtins.attrValues outputs.homeModules);
|
||||
}
|
||||
] else [
|
||||
"${self}/profiles/darwin/nixos/common"
|
||||
|
|
@ -66,9 +66,9 @@
|
|||
{
|
||||
home-manager.users."leon.schwarzaeugl".imports = [
|
||||
"${self}/profiles/darwin/home"
|
||||
] ++ (builtins.attrValues outputs.homeManagerModules);
|
||||
] ++ (builtins.attrValues outputs.homeModules);
|
||||
}
|
||||
]) ++ (builtins.attrValues outputs.nixosModules) ++ (builtins.attrValues outputs.homeManagerModules)
|
||||
]) ++ (builtins.attrValues outputs.nixosModules) ++ (builtins.attrValues outputs.homeModules)
|
||||
));
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue