1
0
Fork 0

fix(nix): set .Xresources font hinting for emacs

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-08-14 14:22:55 -07:00
parent c2c472948e
commit 14bb16cfae
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47
2 changed files with 6 additions and 1 deletions

View file

@ -88,6 +88,11 @@
pythonPackages = with pkgs.python312Packages; [ python-lsp-server ];
in packages ++ emacsPackages ++ pythonPackages;
xresources.properties = {
"Xft.hinting" = 1;
"Xft.hintstyle" = "hintslight";
};
### Services
# Compositor