diff --git a/flake.nix b/flake.nix index ab0c078..77e77a5 100644 --- a/flake.nix +++ b/flake.nix @@ -147,6 +147,9 @@ modules = [ ./tsunemori/configuration.nix ]; + + specialArgs = { + inherit inputs system pkgs pkgs-stable userSettings; }; }; };