reNixos/hand7s/stylix/cursor.nix
s0me1newithhand7s d05789400f
hand7s/stylix: cursor fixes
Signed-off-by: s0me1newithhand7s <117505144+s0me1newithhand7s@users.noreply.github.com>
2025-07-26 11:33:15 +03:00

9 lines
176 B
Nix

{pkgs, ...}: {
stylix = {
cursor = {
name = "Whitesur-cursors";
package = pkgs.whitesur-cursors;
size = 16;
};
};
}