From 82b0e8f4eef684cd7c3d6ef11d9bc6d2c991792b Mon Sep 17 00:00:00 2001 From: fruchti Date: Fri, 2 May 2025 18:01:34 +0200 Subject: [PATCH] Disco: Enable font smoothing --- hosts/Disco.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/Disco.nix b/hosts/Disco.nix index bfbaa3b..f1fdcbf 100644 --- a/hosts/Disco.nix +++ b/hosts/Disco.nix @@ -192,6 +192,10 @@ size = 16 * 1024; }]; + environment.variables = { + FREETYPE_PROPERTIES = "cff:no-stem-darkening=0 autofitter:no-stem-darkening=0 type1:no-stem-darkening=0 t1cid:no-stem-darkening=0"; + }; + # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave