mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-21 15:53:32 +01:00
11 lines
213 B
Nix
11 lines
213 B
Nix
|
{
|
||
|
xresources.properties = {
|
||
|
"Xft.hinting" = true;
|
||
|
"Xft.antialias" = true;
|
||
|
"Xft.autohint" = false;
|
||
|
"Xft.lcdfilter" = "lcddefault";
|
||
|
"Xft.hintstyle" = "hintfull";
|
||
|
"Xft.rgba" = "rgb";
|
||
|
};
|
||
|
}
|