diff --git a/home/apps/wezterm/wezterm.lua b/home/apps/wezterm/wezterm.lua index 74fc22a..85e1a3d 100644 --- a/home/apps/wezterm/wezterm.lua +++ b/home/apps/wezterm/wezterm.lua @@ -15,7 +15,7 @@ c.font = wezterm.font_with_fallback({ "Symbols Nerd Font", "Builtin", }) -c.font_size = 12 +c.font_size = 15 c.default_prog = { "fish", "-l" }