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