diff --git a/modules/wrapper/rc/config.nix b/modules/wrapper/rc/config.nix index b5fa68f5..3ec2b3e6 100644 --- a/modules/wrapper/rc/config.nix +++ b/modules/wrapper/rc/config.nix @@ -45,7 +45,7 @@ in { value, }: "vim.keymap.set(${toLuaObject value.mode}, ${toLuaObject name}, ${toLuaObject (getAction value)}, ${toLuaObject (getOpts value)})"; - keymaps = concatLines (map toLuaKeymap (attrsToList (filterNonNull config.maps))); + keymaps = concatLines (map toLuaKeymap (attrsToList (filterNonNull cfg.maps))); in { vim = { luaConfigRC = {