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; };