Change default cursor to catppuccin

This commit is contained in:
DashieTM 2024-11-30 13:02:31 +01:00
parent 2073868189
commit 5f60c3ba91
5 changed files with 20 additions and 10 deletions

View file

@ -50,8 +50,11 @@
};
cursor = lib.mkOption {
default = {
package = pkgs.bibata-cursors;
name = "Bibata-Modern-Classic";
# broken
#package = pkgs.bibata-cursors;
#name = "Bibata-Modern-Classic";
package = pkgs.catppuccin-cursors.mochaLavender;
name = "catppuccin-mocha-lavender-cursors";
size = 24;
};
example = { };