diff --git a/flake.nix b/flake.nix index a6ed538..3b72daa 100644 --- a/flake.nix +++ b/flake.nix @@ -81,7 +81,7 @@ }; homeConfigurations.${username} = home-manager.lib.homeManagerConfiguration { - specialArgs = { + extraSpecialArgs = { inherit username; }; pkgs = nixpkgs.legacyPackages.${system};