about summary refs log tree commit diff
path: root/nixos/modules/hardware/video
diff options
context:
space:
mode:
authornicoo <nicoo@mur.at>2023-03-12 21:33:38 +0000
committernicoo <nicoo@mur.at>2023-03-12 21:33:38 +0000
commitdf4faec23b11dfe721b8676d7812e6e165b43163 (patch)
tree682ca701c68487c328b718795c2c7d9d8508fb1e /nixos/modules/hardware/video
parent5e118ba9ed580723587360d1d37e9e73a9f0a393 (diff)
nixos/hidpi: Explicitely refer to fontconfig.nix for the choice of defaults
Diffstat (limited to 'nixos/modules/hardware/video')
-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;