fix(nix): set .Xresources font hinting for emacs
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
c2c472948e
commit
14bb16cfae
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue