diff --git a/modules/home/rice/cursor.nix b/modules/home/rice/cursor.nix index d2f0963..293907a 100644 --- a/modules/home/rice/cursor.nix +++ b/modules/home/rice/cursor.nix @@ -2,9 +2,10 @@ catppuccin.cursors.enable = false; # managed manually below to use the "Light" cursor variant home.pointerCursor = { + enable = true; gtk.enable = true; package = pkgs.catppuccin-cursors."${ctp-opt.flavor}Light"; name = lib.mkOverride 30 "catppuccin-${ctp-opt.flavor}-light-cursors"; size = 24; }; -} \ No newline at end of file +}