fix extraSpecialArgs

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

View File

@ -81,7 +81,7 @@
};
homeConfigurations.${username} = home-manager.lib.homeManagerConfiguration {
specialArgs = {
extraSpecialArgs = {
inherit username;
};
pkgs = nixpkgs.legacyPackages.${system};