decoysnail: disable subpixel hinting

This commit is contained in:
Gabriel Ebner 2019-12-20 10:00:28 +01:00
parent efaa0f412d
commit 4bcdee4a28
1 changed files with 3 additions and 0 deletions

View File

@ -89,4 +89,7 @@
videoDrivers = [ "intel" ]; videoDrivers = [ "intel" ];
}; };
fonts.fontconfig = {
subpixel.rgba = "none";
};
} }