Set hidpi settings

This commit is contained in:
2024-11-29 22:06:27 +01:00
parent 4ae536534f
commit 40b811fb01
2 changed files with 10 additions and 5 deletions
+8
View File
@@ -34,10 +34,18 @@
"IPAPMincho"
];
};
# HIDPI settings
subpixel.lcdfilter = "none";
hinting.enable = false;
};
};
i18n.defaultLocale = "en_US.UTF-8";
environment.variables = {
FREETYPE_PROPERTIES = "cff:no-stem-darkening=0 autofitter:no-stem-darkening=0";
};
# Create an FHS mount to support flatpak host icons/fonts
system.fsPackages = [pkgs.bindfs];
fileSystems = let