From d94725d12ed7eebd1ee2b08104967cc10cf0f424 Mon Sep 17 00:00:00 2001 From: billy4479 Date: Tue, 18 Feb 2025 16:12:42 +0100 Subject: [PATCH] [desktops] wezterm: decrease font size --- user/modules/applications/terminals/wezterm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/modules/applications/terminals/wezterm.nix b/user/modules/applications/terminals/wezterm.nix index b5eb226..f148651 100644 --- a/user/modules/applications/terminals/wezterm.nix +++ b/user/modules/applications/terminals/wezterm.nix @@ -11,7 +11,7 @@ local config = wezterm.config_builder() config.font = wezterm.font(font_name) - config.font_size = 18 + config.font_size = 14 config.color_scheme = color_scheme config.use_fancy_tab_bar = false config.tab_bar_at_bottom = true