fix(nix): add anti-aliasing
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
d8eed04d41
commit
01339a090c
1 changed files with 3 additions and 1 deletions
|
@ -89,7 +89,9 @@
|
|||
in packages ++ emacsPackages ++ pythonPackages;
|
||||
|
||||
xresources.properties = {
|
||||
"Xft.hinting" = 1;
|
||||
"Xft.antialias" = true;
|
||||
"Xft.rgba" = "rgb"; # type of anti-aliasing
|
||||
"Xft.hinting" = 1; # font hinting
|
||||
"Xft.hintstyle" = "hintslight";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue