From b22fc161b65f2cc9bfb21dfe4095156d66e76754 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sat, 25 Nov 2023 22:27:49 +0100 Subject: [PATCH] Set fontconfig options --- system/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/system/default.nix b/system/default.nix index 4ecd06e4..48f5fa12 100644 --- a/system/default.nix +++ b/system/default.nix @@ -291,6 +291,10 @@ with mylib.networking; { # TODO: Conflicts with kde? fontconfig = { enable = true; + antialias = true; + hinting.enable = true; + hinting.autohint = true; + cache32Bit = true; defaultFonts = { serif = ["Noto Serif CJK SC"]; sansSerif = ["Noto Sans CJK SC"];