nixos-config/home/xresources.nix
2023-08-06 09:17:38 +02:00

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";
};
}