From 45bc71e354e052eefc4c172352ea5607f498901e Mon Sep 17 00:00:00 2001 From: reidlab Date: Tue, 12 May 2026 23:40:26 -0700 Subject: [PATCH] fix some wezterm fonts --- modules/software/system/wezterm.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/software/system/wezterm.nix b/modules/software/system/wezterm.nix index f64d193..edc61a8 100644 --- a/modules/software/system/wezterm.nix +++ b/modules/software/system/wezterm.nix @@ -33,7 +33,6 @@ in { -- TODO: support non-bitmaps and variable dpi better blah blah blah config.font_size = ${toString fonts.monospace.size} / (4 / 3) config.adjust_window_size_when_changing_font_size = false - config.freetype_load_flags = 'MONOCHROME' config.enable_wayland = true config.use_fancy_tab_bar = false config.use_resize_increments = false