mirror of
https://github.com/ItsDrike/nixdots
synced 2025-02-24 06:29:01 +00:00
Move to rosepine cursor theme
This commit is contained in:
parent
934230098e
commit
0403ff8fb4
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue