nixfiles/home/environments/hyprland/cursor.nix
2025-06-23 23:57:38 -07:00

8 lines
148 B
Nix

{ pkgs, ... }: {
home.pointerCursor = {
enable = true;
package = pkgs.graphite-cursors;
size = 16;
name = "graphite-dark";
};
}