fix: Remove obsolete inputs, use more standard naming
from `home-managerModule` to `homeManagerModules.default`
This commit is contained in:
parent
8248b8c658
commit
11d39e91b4
3 changed files with 189 additions and 204 deletions
|
@ -27,7 +27,7 @@ A [`home-manager`]() flake containing my [`zsh`]() config.
|
|||
extraSpecialArgs = {inherit inputs outputs;};
|
||||
modules = [
|
||||
...
|
||||
zsh-config.home-managerModule
|
||||
inputs.zsh-config.homeManagerModules.default
|
||||
...
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue