feat(stylix): add banana cursor
This commit is contained in:
parent
f3c8595eb7
commit
5ddc46020f
3 changed files with 18 additions and 7 deletions
8
systems/modules/cursors/banana-cursor.nix
Normal file
8
systems/modules/cursors/banana-cursor.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
stylix.cursor = {
|
||||
name = "Banana";
|
||||
package = pkgs.banana-cursor;
|
||||
size = 22;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue