From 3cbd3cce8c8706045604bda0005acbc92da7811a Mon Sep 17 00:00:00 2001 From: Sergei Bulavintsev Date: Tue, 2 Apr 2024 09:29:47 +0300 Subject: [PATCH] fix(wezterm): amend font until issue with wayland is fixed --- nix/modules/home/desktop/addons/wezterm/wezterm.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nix/modules/home/desktop/addons/wezterm/wezterm.lua b/nix/modules/home/desktop/addons/wezterm/wezterm.lua index c5384e5..0de882b 100644 --- a/nix/modules/home/desktop/addons/wezterm/wezterm.lua +++ b/nix/modules/home/desktop/addons/wezterm/wezterm.lua @@ -24,7 +24,9 @@ if wezterm.target_triple == "aarch64-apple-darwin" then config.font_size = 18 -- Linux Setup else - config.font_size = 14 + -- Until issue with wayland is fixed + -- config.font_size = 14 + config.font_size = 18 end -- }}} -- Windows