diff --git a/flake.nix b/flake.nix index 31139dd..c683d36 100644 --- a/flake.nix +++ b/flake.nix @@ -23,6 +23,9 @@ }; outputs = { self, nixpkgs, nixos-hardware, disko, impermanence, home-manager, nix-colors, stylix, walker, ... } @ inputs: { + # Expose inputs for downstream use + inherit inputs; + nixosModules = { system = import ./modules/system; home = import ./modules/home;