nixfiles/home/environments/i3/cursor.nix
2025-04-19 11:56:39 -07:00

8 lines
148 B
Nix

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