nixos/config/wezterm/wezterm.lua

7 lines
162 B
Lua
Raw Normal View History

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