NOflake/users/tao/wezterm.lua
2024-03-03 15:44:25 -08:00

10 lines
211 B
Lua

return {
font = wezterm.font 'FiraCode Nerd Font',
color_scheme = "Dracula",
warn_about_missing_glyphs = false,
check_for_updates = false,
hide_tab_bar_if_only_one_tab = true,
-- front_end = 'WebGpu',
}