add inputs to extraSpecialArgs

This commit is contained in:
Joshua Yuen 2026-01-20 15:40:55 -05:00
parent 59bb57241a
commit de8065c0f7
Signed by: josh
GPG Key ID: 502720BC22ED411C
1 changed files with 1 additions and 0 deletions

View File

@ -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};