fix cursor not working

This commit is contained in:
Ivan Kirilov Dimitrov 2024-06-25 09:31:17 +02:00
parent 73812dc664
commit 2248957262
No known key found for this signature in database
GPG Key ID: 0BDAD4B211C49294

View File

@ -62,8 +62,10 @@
MAKEFLAGS = "-j 4"; MAKEFLAGS = "-j 4";
}; };
pointerCursor = { pointerCursor = {
name = "Catppuccin-Mocha-Green-Cursors"; name = "BreezeX-RosePine-Linux";
package = pkgs.catppuccin-cursors.mochaGreen; package = pkgs.rose-pine-cursor;
size = 24;
gtk.enable = true;
}; };
}; };