10 lines
343 B
Nix
10 lines
343 B
Nix
|
{
|
||
|
environment.variables = {
|
||
|
# better fonts:
|
||
|
# https://web.archive.org/web/20230921201835/https://old.reddit.com/r/linux_gaming/comments/16lwgnj/is_it_possible_to_improve_font_rendering_on_linux/
|
||
|
# via
|
||
|
# https://github.com/samemrecebi
|
||
|
FREETYPE_PROPERTIES = "cff:no-stem-darkening=0 autofitter:no-stem-darkening=0";
|
||
|
};
|
||
|
}
|