feat(stylix): add banana cursor

This commit is contained in:
Mohammad Rafiq 2025-03-24 21:04:48 +08:00
parent f3c8595eb7
commit 5ddc46020f
No known key found for this signature in database
3 changed files with 18 additions and 7 deletions

View file

@ -0,0 +1,8 @@
{ pkgs, ... }:
{
stylix.cursor = {
name = "Banana";
package = pkgs.banana-cursor;
size = 22;
};
}