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