Honestly, you should be ashamed that this hasn't been source controlled sooner. Tsk tsk tsk.
8 lines
181 B
Lua
8 lines
181 B
Lua
local wezterm = require 'wezterm'
|
|
local config = {}
|
|
|
|
config.enable_wayland = true
|
|
font = wezterm.font 'FiraCode Nerd Font'
|
|
config.hide_tab_bar_if_only_one_tab = true
|
|
|
|
return config
|