From 0403ff8fb49c0be333aaa9be8d85060e92992792 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Tue, 25 Jun 2024 00:35:40 +0200 Subject: [PATCH] Move to rosepine cursor theme --- options/home/theme.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"; };