custom cursor

This commit is contained in:
TheWanderingCrow 2025-07-21 16:06:59 -04:00
parent e6eba0e4f2
commit ca71898f78

View file

@ -44,4 +44,11 @@ in {
EDITOR = "nvim";
};
};
home.pointerCursor = {
name = "phinger-cursors-dark";
package = pkgs.phinger-cursors;
size = 32;
gtk.enable = true;
};
}