nixfiles/home/environments/hyprland/cursor.nix
2025-07-13 05:10:57 -07:00

8 lines
146 B
Nix

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