add inputs to extraSpecialArgs
This commit is contained in:
parent
59bb57241a
commit
de8065c0f7
|
|
@ -82,6 +82,7 @@
|
||||||
|
|
||||||
homeConfigurations.${username} = home-manager.lib.homeManagerConfiguration {
|
homeConfigurations.${username} = home-manager.lib.homeManagerConfiguration {
|
||||||
extraSpecialArgs = {
|
extraSpecialArgs = {
|
||||||
|
inherit inputs;
|
||||||
inherit username;
|
inherit username;
|
||||||
};
|
};
|
||||||
pkgs = nixpkgs.legacyPackages.${system};
|
pkgs = nixpkgs.legacyPackages.${system};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue