From 1410e2af04c8861db7e1cc8b4bbb82bf09c9524e Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 24 Nov 2019 18:11:19 +0100 Subject: xserver: prefer corefonts to substitutes --- system/settings/services/xserver.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/settings/services/xserver.nix b/system/settings/services/xserver.nix index 69f26307..35342b2b 100644 --- a/system/settings/services/xserver.nix +++ b/system/settings/services/xserver.nix @@ -44,6 +44,7 @@ with lib; ultimate = mkIf config.fonts.fontconfig.antialias { enable = true; preset = "ultimate3"; + substitutions = "ms"; }; useEmbeddedBitmaps = !config.fonts.fontconfig.antialias; defaultFonts = { -- cgit 1.4.1