home/theme: bump cursor size to 24 for scaling issues

This commit is contained in:
Aly Raffauf 2024-07-27 19:23:01 -04:00
parent c85e597584
commit c6c8d2bd10

View file

@ -17,7 +17,7 @@ in {
gtk.enable = true; gtk.enable = true;
name = "Bibata-Modern-Classic"; name = "Bibata-Modern-Classic";
package = pkgs.bibata-cursors; package = pkgs.bibata-cursors;
size = lib.mkDefault 20; size = lib.mkDefault 24;
x11 = { x11 = {
enable = true; enable = true;