Fonts are UGLY now

This commit is contained in:
niten 2023-11-13 11:13:43 -08:00
parent d7a0104dd0
commit 5f7ff14550
1 changed files with 5 additions and 2 deletions
config/host-config

View File

@ -47,8 +47,11 @@ in {
}; };
fonts.fontconfig = { fonts.fontconfig = {
hinting = { enable = false; }; hinting = {
subpixel.lcdfilter = "none"; enable = true;
style = "hintfull";
};
subpixel.lcdfilter = "default";
antialias = true; antialias = true;
}; };