fix extraSpecialArgs
This commit is contained in:
parent
47c9f0fea4
commit
59bb57241a
|
|
@ -81,7 +81,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
homeConfigurations.${username} = home-manager.lib.homeManagerConfiguration {
|
homeConfigurations.${username} = home-manager.lib.homeManagerConfiguration {
|
||||||
specialArgs = {
|
extraSpecialArgs = {
|
||||||
inherit username;
|
inherit username;
|
||||||
};
|
};
|
||||||
pkgs = nixpkgs.legacyPackages.${system};
|
pkgs = nixpkgs.legacyPackages.${system};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue