remove fontconfig dpi

This commit is contained in:
notgne2 2021-08-25 00:52:15 -07:00
parent a1298a0068
commit dad7a5a96e
No known key found for this signature in database
GPG Key ID: BB661E172B42A7F8

View File

@ -66,7 +66,6 @@ in
# make fonts not fucked up # make fonts not fucked up
fonts.fontconfig.enable = true; fonts.fontconfig.enable = true;
fonts.fontconfig.dpi = lib.mkDefault 96;
fonts.enableDefaultFonts = true; fonts.enableDefaultFonts = true;
services.xserver.dpi = lib.mkDefault 96; services.xserver.dpi = lib.mkDefault 96;