diff --git a/options/home/theme.nix b/options/home/theme.nix index e53d8de..1503539 100644 --- a/options/home/theme.nix +++ b/options/home/theme.nix @@ -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"; };