Files
2026-03-07 22:52:54 +01:00

8 lines
99 B
Lua

local M = {}
function M.setup(config, wezterm)
config.enable_kitty_graphics = true
end
return M