1 2 3 4 5 6 7 8 9
local wezterm = require 'wezterm' return { font = wezterm.font_with_fallback { 'DejaVu Sans Mono', 'Monaco', }, font_size = 16, }