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" ];
pointerCursor = {
gtk.enable = true;
package = pkgs.bibata-cursors;
name = "Bibata-Modern-Ice";
size = 48;
package = pkgs.catppuccin-cursors.mochaLight;
name = "Catpuccin-Mocha-Light-Cursors";
size = 22;
};
};