refactor: update stylix cursor config and kitty cursor

This commit is contained in:
Youwen Wu 2024-10-31 01:09:48 -07:00
parent 453e984ed1
commit 9171c9c09c
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
3 changed files with 14 additions and 9 deletions

View file

@ -29,5 +29,11 @@
package = (pkgs.nerdfonts.override { fonts = [ "CascadiaCode" ]; });
};
};
cursor = {
package = pkgs.bibata-cursors;
name = "Bibata-Modern-Ice";
size = 26;
};
};
}