Removed cursor auto theming

This commit is contained in:
2026-01-10 15:55:20 +01:00
parent 9021b25aa5
commit 19accbf35f

View File

@@ -24,9 +24,8 @@
pkgs.dconf pkgs.dconf
]; ];
pointerCursor = { pointerCursor = {
gtk.enable = true; enable = false;
package = pkgs.bibata-cursors; package = pkgs.bibata-cursors;
size = 16;
name = "Bibata-Modern-Classic"; name = "Bibata-Modern-Classic";
}; };
}; };