Skip to content

Instantly share code, notes, and snippets.

local wezterm = require 'wezterm'
local a = wezterm.action
local config = {}
if wezterm.config_builder then
config = wezterm.config_builder()
end
config.font = wezterm.font 'NotoMono NF'