stylix: new cursor

Signed-off-by: s0me1newithhand7s <117505144+s0me1newithhand7s@users.noreply.github.com>
This commit is contained in:
s0me1newithhand7s 2025-10-18 13:57:33 +03:00
parent f169610f17
commit d88ae84e25
No known key found for this signature in database

View file

@ -1,9 +1,9 @@
{pkgs, ...}: {
stylix = {
cursor = {
name = "Whitesur-cursors";
package = pkgs.whitesur-cursors;
size = 16;
name = "material_light_cursors";
package = pkgs.material-cursors;
size = 20;
};
};
}