commit a2194c1a5b2b7c9ab47f127d9807881a0b4389d7
parent 37903eefe5448fa37e792ac878f7c0d71c6bb708
Author: Leah (ctucx) <leah@ctu.cx>
Date: Fri, 17 Jun 2022 16:40:12 +0200
parent 37903eefe5448fa37e792ac878f7c0d71c6bb708
Author: Leah (ctucx) <leah@ctu.cx>
Date: Fri, 17 Jun 2022 16:40:12 +0200
darwin/appSettings: disable AutoUpdateCheck for Regtangle.app and coconutBattery.app
1 file changed, 18 insertions(+), 0 deletions(-)
diff --git a/configurations/darwin/appSettings.nix b/configurations/darwin/appSettings.nix @@ -38,6 +38,24 @@ # + # coconutBattery.app + # + + # don't check for updates + defaults write com.coconut-flavour.coconutBattery SUEnableAutomaticChecks -int 0 + + + + # + # Rectangle.app + # + + # don't check for updates + defaults write com.knollsoft.Rectangle SUEnableAutomaticChecks -int 0 + + + + # # Hot.app #