Move to rosepine cursor theme

This commit is contained in:
ItsDrike 2024-06-25 00:35:40 +02:00
parent 934230098e
commit 0403ff8fb4
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -125,13 +125,13 @@ in
cursor = { cursor = {
name = mkOption { name = mkOption {
type = types.str; type = types.str;
default = "catppuccin-mocha-dark-cursors"; default = "BreezeX-RosePine-Linux";
description = "The name of the cursor inside the package"; description = "The name of the cursor inside the package";
}; };
package = mkOption { package = mkOption {
type = types.package; type = types.package;
default = pkgs.catppuccin-cursors.mochaDark; default = pkgs.rose-pine-cursor;
description = "The package providing the cursors"; description = "The package providing the cursors";
}; };