{ pkgs, ... }: { home.pointerCursor = { gtk.enable = true; # x11.enable = true; package = pkgs.catppuccin-cursors.macchiatoLavender; name = "Catppuccin-Macchiato-Lavender-Cursors"; size = 32; }; gtk.enable = true; }