From 635ea270aa53f5a04c6128daac2e5d77c6cb9b56 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Tue, 14 Apr 2026 19:17:59 +0800 Subject: [PATCH] =?UTF-8?q?fix(darwin):=20=E6=B0=B8=E4=B9=85=E5=85=B3?= =?UTF-8?q?=E9=97=AD=20Cyberduck=20=E6=8D=90=E8=B5=A0=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/darwin/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/darwin/default.nix b/modules/darwin/default.nix index d2cce54..c48592c 100644 --- a/modules/darwin/default.nix +++ b/modules/darwin/default.nix @@ -36,6 +36,10 @@ InitialKeyRepeat = 15; KeyRepeat = 2; }; + CustomUserPreferences."ch.sudo.cyberduck" = { + # Suppress donation prompt permanently (date far in the future) + "donate.reminder.date" = 253402300799000; + }; }; # ── Homebrew ───────────────────────────────────────