feat: remove cursor as it was offset

This commit is contained in:
Ahwx 2024-12-07 12:21:49 +01:00
parent b0ba1ebcff
commit 4d55ad66c5

View file

@ -28,18 +28,18 @@
color = "black"; color = "black";
}; };
}; };
cursorTheme = { # cursorTheme = {
name = "Bibata-Modern-Ice"; # name = "Bibata-Modern-Ice";
package = pkgs.bibata-cursors; # package = pkgs.bibata-cursors;
size = 24; # size = 24;
}; # };
}; };
home.pointerCursor = { # home.pointerCursor = {
name = "Bibata-Modern-Ice"; # name = "Bibata-Modern-Ice";
package = pkgs.bibata-cursors; # package = pkgs.bibata-cursors;
size = 24; # size = 24;
}; # };
# gtk = { # gtk = {
# enable = true; # enable = true;