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
|
# Nix Flakes compatibility
|
||||||
useGlobalPkgs = true;
|
useGlobalPkgs = true;
|
||||||
useUserPackages = true;
|
useUserPackages = true;
|
||||||
|
|
||||||
|
# Forward inputs to home-manager configuration
|
||||||
|
extraSpecialArgs = {
|
||||||
|
inherit inputs;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue