mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
nixos/hidpi: Minor refactor
This commit is contained in:
parent
e1220cf121
commit
fc65af6a74
@ -13,9 +13,11 @@ with lib;
|
||||
|
||||
|
||||
# Disable font anti-aliasing, hinting, and sub-pixel rendering by default
|
||||
fonts.fontconfig.antialias = mkDefault false;
|
||||
fonts.fontconfig.hinting.enable = mkDefault false;
|
||||
fonts.fontconfig.subpixel.lcdfilter = mkDefault "none";
|
||||
fonts.fontconfig = {
|
||||
antialias = mkDefault false;
|
||||
hinting.enable = mkDefault false;
|
||||
subpixel.lcdfilter = mkDefault "none";
|
||||
};
|
||||
|
||||
# TODO Find reasonable defaults X11 & wayland
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user