diff --git a/modules/home/default.nix b/modules/home/default.nix index 4745c0c..a287f35 100644 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -19,6 +19,11 @@ in # Nix Flakes compatibility useGlobalPkgs = true; useUserPackages = true; + + # Forward inputs to home-manager configuration + extraSpecialArgs = { + inherit inputs; + }; }; }; }