NOflake/users/tao/wezterm.lua
2024-02-19 21:43:05 -08:00

8 lines
184 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,
}