From 5f7ff1455088ad07a7223b8f42e73ad0c0fd9c5f Mon Sep 17 00:00:00 2001 From: niten Date: Mon, 13 Nov 2023 11:13:43 -0800 Subject: [PATCH] Fonts are UGLY now --- config/host-config/system3.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/config/host-config/system3.nix b/config/host-config/system3.nix index 903c414..c8164dd 100644 --- a/config/host-config/system3.nix +++ b/config/host-config/system3.nix @@ -47,8 +47,11 @@ in { }; fonts.fontconfig = { - hinting = { enable = false; }; - subpixel.lcdfilter = "none"; + hinting = { + enable = true; + style = "hintfull"; + }; + subpixel.lcdfilter = "default"; antialias = true; };