9 lines
128 B
Lua
9 lines
128 B
Lua
local M = {}
|
|
|
|
function M.setup(config, wezterm)
|
|
config.enable_kitty_graphics = true
|
|
config.front_end = "WebGpu"
|
|
end
|
|
|
|
return M
|