nixos/config/wezterm/wezterm.lua
2023-02-11 10:16:31 +00:00

8 lines
182 B
Lua

return {
font_size = 14,
disable_default_key_bindings = true,
window_background_opacity = 0.95,
color_scheme = "nightfox",
hide_tab_bar_if_only_one_tab = true,
}