1
0
Fork 0

fix(nix): add pointer cursors

This commit is contained in:
Lucas Sta Maria 2025-02-15 20:50:31 -05:00
parent 0dbe5972f8
commit bd841d7958
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -119,6 +119,8 @@
noto-fonts-cjk-sans noto-fonts-cjk-sans
libertine libertine
roboto roboto
adwaita-icon-theme
]; ];
emacsPackages = with pkgs.emacsPackages; [ mu4e ]; emacsPackages = with pkgs.emacsPackages; [ mu4e ];
pythonPackages = with pkgs.python312Packages; [ python-lsp-server ]; pythonPackages = with pkgs.python312Packages; [ python-lsp-server ];
@ -128,6 +130,14 @@
"$HOME/.local/share/racket/8.14/bin/" # This has to be updated every time Racket updates :( "$HOME/.local/share/racket/8.14/bin/" # This has to be updated every time Racket updates :(
]; ];
home.pointerCursor = {
gtk.enable = true;
x11.enable = true;
name = "Adwaita";
package = pkgs.adwaita-icon-theme;
size = 16;
};
xresources.properties = { xresources.properties = {
"Xft.antialias" = true; "Xft.antialias" = true;
"Xft.rgba" = "rgb"; # type of anti-aliasing "Xft.rgba" = "rgb"; # type of anti-aliasing