From 1ba3db0dbbcddf7e5fa77985c54753b79d4f5053 Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Tue, 6 Feb 2024 21:32:35 +0100 Subject: [PATCH] Ignore missing glyphs in wezterm --- home/features/desktop/common/wezterm.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/features/desktop/common/wezterm.nix b/home/features/desktop/common/wezterm.nix index dc72123..133f5f9 100644 --- a/home/features/desktop/common/wezterm.nix +++ b/home/features/desktop/common/wezterm.nix @@ -38,6 +38,7 @@ }; extraConfig = '' return { + warn_about_missing_glyphs=false, font = wezterm.font("${config.fontProfiles.monospace.family}"), font_size = 12.0, window_background_opacity = 0.83,