9 lines
181 B
Lua
9 lines
181 B
Lua
|
|
local wezterm = require 'wezterm'
|
||
|
|
return {
|
||
|
|
font = wezterm.font 'FiraCode Nerd Font',
|
||
|
|
color_scheme = "Dracula",
|
||
|
|
warn_about_missing_glyphs = false,
|
||
|
|
check_for_updates = false,
|
||
|
|
|
||
|
|
}
|