modules: home: forward inputs to home-manager
This will be useful if and when I end up adding inputs with home-manager modules defined.
This commit is contained in:
parent
6bec62073b
commit
3058636c87
|
@ -19,6 +19,11 @@ in
|
|||
# Nix Flakes compatibility
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
|
||||
# Forward inputs to home-manager configuration
|
||||
extraSpecialArgs = {
|
||||
inherit inputs;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue