about summary refs log tree commit diff
path: root/nixos/modules/hardware/video/hidpi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/hardware/video/hidpi.nix')
-rw-r--r--nixos/modules/hardware/video/hidpi.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/hardware/video/hidpi.nix b/nixos/modules/hardware/video/hidpi.nix
index c48d1dbe18eb8..fe63784e57f58 100644
--- a/nixos/modules/hardware/video/hidpi.nix
+++ b/nixos/modules/hardware/video/hidpi.nix
@@ -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;