9 lines
152 B
Lua
9 lines
152 B
Lua
local wezterm = require("wezterm")
|
|
local config = {
|
|
color_scheme = "Nord",
|
|
-- font = wezterm.font("JetBrainsMono"),
|
|
font_size = 11,
|
|
}
|
|
|
|
return config
|