{ inputs, inputs', ... }: { home-manager = { useGlobalPkgs = true; useUserPackages = true; extraSpecialArgs = { inherit inputs inputs'; }; }; }