mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-09 22:49:42 +00:00
Move to rosepine cursor theme
This commit is contained in:
parent
934230098e
commit
0403ff8fb4
|
@ -125,13 +125,13 @@ in
|
|||
cursor = {
|
||||
name = mkOption {
|
||||
type = types.str;
|
||||
default = "catppuccin-mocha-dark-cursors";
|
||||
default = "BreezeX-RosePine-Linux";
|
||||
description = "The name of the cursor inside the package";
|
||||
};
|
||||
|
||||
package = mkOption {
|
||||
type = types.package;
|
||||
default = pkgs.catppuccin-cursors.mochaDark;
|
||||
default = pkgs.rose-pine-cursor;
|
||||
description = "The package providing the cursors";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue