mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 02:19:41 +00:00
Move to rosepine cursor theme
This commit is contained in:
parent
934230098e
commit
0403ff8fb4
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue