reNixos/hand7s/stylix/cursor.nix
s0me1newithhand7s d88ae84e25
stylix: new cursor
Signed-off-by: s0me1newithhand7s <117505144+s0me1newithhand7s@users.noreply.github.com>
2025-10-18 13:57:33 +03:00

9 lines
182 B
Nix

{pkgs, ...}: {
stylix = {
cursor = {
name = "material_light_cursors";
package = pkgs.material-cursors;
size = 20;
};
};
}