nixos/hidpi: Explicitely refer to fontconfig.nix for the choice of defaults

This commit is contained in:
nicoo
2023-03-12 21:33:38 +00:00
parent 5e118ba9ed
commit df4faec23b
+1
View File
@@ -13,6 +13,7 @@ with lib;
# Disable font anti-aliasing, hinting, and sub-pixel rendering by default
# See recommendations in fonts/fontconfig.nix
fonts.fontconfig = {
antialias = mkDefault false;
hinting.enable = mkDefault false;