reNixos/hand7s/stylix/cursor.nix
2025-04-21 18:32:39 +03:00

11 lines
No EOL
162 B
Nix

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