nixos/hidpi: Explicitely refer to fontconfig.nix for the choice of defaults
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user