use light cursor

This commit is contained in:
Ivan Kirilov Dimitrov 2024-07-07 12:39:35 +02:00
parent 6a4d3f96e7
commit 82c4bfe778
No known key found for this signature in database
GPG Key ID: 0BDAD4B211C49294

View File

@ -56,7 +56,7 @@ toplevel@{ moduleWithSystem, ... }: {
MAKEFLAGS = "-j 4"; MAKEFLAGS = "-j 4";
}; };
pointerCursor = with pkgs; { pointerCursor = with pkgs; {
name = lib.mkForce "BreezeX-RosePine-Linux"; name = lib.mkForce "BreezeX-RosePineDawn-Linux";
package = lib.mkForce rose-pine-cursor; package = lib.mkForce rose-pine-cursor;
size = 24; size = 24;
gtk.enable = true; gtk.enable = true;