nixos/config/wezterm/wezterm.lua
2023-02-09 15:47:44 +00:00

7 lines
162 B
Lua

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