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";
};
};
cursorTheme = {
name = "Bibata-Modern-Ice";
package = pkgs.bibata-cursors;
size = 24;
};
# cursorTheme = {
# name = "Bibata-Modern-Ice";
# package = pkgs.bibata-cursors;
# size = 24;
# };
};
home.pointerCursor = {
name = "Bibata-Modern-Ice";
package = pkgs.bibata-cursors;
size = 24;
};
# home.pointerCursor = {
# name = "Bibata-Modern-Ice";
# package = pkgs.bibata-cursors;
# size = 24;
# };
# gtk = {
# enable = true;