From bd841d795803796205c983e87d7730ddb56d118a Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Sat, 15 Feb 2025 20:50:31 -0500 Subject: [PATCH] fix(nix): add pointer cursors --- nix/hosts/framework/home.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/nix/hosts/framework/home.nix b/nix/hosts/framework/home.nix index 45df7b8..b328011 100644 --- a/nix/hosts/framework/home.nix +++ b/nix/hosts/framework/home.nix @@ -119,6 +119,8 @@ noto-fonts-cjk-sans libertine roboto + + adwaita-icon-theme ]; emacsPackages = with pkgs.emacsPackages; [ mu4e ]; 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.pointerCursor = { + gtk.enable = true; + x11.enable = true; + name = "Adwaita"; + package = pkgs.adwaita-icon-theme; + size = 16; + }; + xresources.properties = { "Xft.antialias" = true; "Xft.rgba" = "rgb"; # type of anti-aliasing