From ef98c94bb89b0f6221337de57aec2e6c981c45f3 Mon Sep 17 00:00:00 2001 From: 0xTux <0xtux@pm.me> Date: Tue, 9 Jan 2024 10:38:48 +0530 Subject: [PATCH] decrease wezterm font size --- modules/home-manager/wezterm/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/wezterm/default.nix b/modules/home-manager/wezterm/default.nix index 9a61d36..2b3b36a 100644 --- a/modules/home-manager/wezterm/default.nix +++ b/modules/home-manager/wezterm/default.nix @@ -15,7 +15,7 @@ config.font = wezterm.font_with_fallback { 'FiraCode Nerd Font', } - config.font_size = 18.0 + config.font_size = 16.0 config.window_background_opacity = 1 config.window_padding = { left = '20px',