Change cursors

This commit is contained in:
albert 2023-08-27 21:54:05 +09:00
parent c8f0cf6b6c
commit 61f2618b5a

View file

@ -7,9 +7,9 @@
sessionPath = [ "$HOME/.local/bin" ]; sessionPath = [ "$HOME/.local/bin" ];
pointerCursor = { pointerCursor = {
gtk.enable = true; gtk.enable = true;
package = pkgs.bibata-cursors; package = pkgs.catppuccin-cursors.mochaLight;
name = "Bibata-Modern-Ice"; name = "Catpuccin-Mocha-Light-Cursors";
size = 48; size = 22;
}; };
}; };