NOflake/users/tao/wezterm.lua

8 lines
182 B
Lua
Raw Normal View History

2024-01-30 23:22:42 -08:00
-- local wezterm = require 'wezterm'
2024-01-30 11:08:42 -08:00
return {
font = wezterm.font 'FiraCode Nerd Font',
color_scheme = "Dracula",
warn_about_missing_glyphs = false,
check_for_updates = false,
}