diff --git a/modules/home-manager/cursor.nix b/modules/home-manager/cursor.nix index 41e9cb9..b96470e 100644 --- a/modules/home-manager/cursor.nix +++ b/modules/home-manager/cursor.nix @@ -20,7 +20,9 @@ in options.catppuccin.pointerCursor = ctp.mkCatppuccinOpt { name = "pointer cursors"; - enableDefault = config.catppuccin.enable && pkgs.stdenv.hostPlatform.isLinux; + # NOTE: we exclude this from the global `catppuccin.enable` as there is no + # `enable` option in the upstream module to guard it + enableDefault = false; } // { accent = ctp.mkBasicOpt "accent" cursorAccentType "cursors";