Change default cursor to catppuccin
This commit is contained in:
parent
2073868189
commit
5f60c3ba91
5 changed files with 20 additions and 10 deletions
|
|
@ -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 = { };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue