From 83f4a8ebd7e59f40bf159aa2c6c21e859ede922c Mon Sep 17 00:00:00 2001 From: Gerg-L Date: Fri, 10 Oct 2025 19:51:35 -0400 Subject: [PATCH] wrapper/build: passthru mnw stuff --- modules/wrapper/build/config.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/wrapper/build/config.nix b/modules/wrapper/build/config.nix index 03c42787..68b2c00d 100644 --- a/modules/wrapper/build/config.nix +++ b/modules/wrapper/build/config.nix @@ -130,6 +130,9 @@ # In systems where we only have a package and no module, this can be used # to access the built init.lua initLua = dummyInit; + + mnwConfig = neovim-wrapped.passthru.config; + mnwConfigDir = neovim-wrapped.passthru.configDir; }; meta =