From b7227d2015b3474d3749ead751b85c609538f054 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Mon, 6 Nov 2023 08:49:38 +0100 Subject: [PATCH] pinwheel: Tweak font size of `wezterm` --- hosts/pinwheel/modules/wezterm/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/pinwheel/modules/wezterm/default.nix b/hosts/pinwheel/modules/wezterm/default.nix index f64334a..b37ec01 100644 --- a/hosts/pinwheel/modules/wezterm/default.nix +++ b/hosts/pinwheel/modules/wezterm/default.nix @@ -25,7 +25,7 @@ in config.color_scheme = 'Dracula (Official)' -- to get "perfect" scaling to the right - config.font_size = 12.6 + config.font_size = 15.2 config.enable_tab_bar = false