From d0a7569fb7624470435621bdd0b95a93ee72f092 Mon Sep 17 00:00:00 2001 From: Bo Jeanes Date: Mon, 29 Jul 2024 14:10:57 +1000 Subject: [PATCH] Disable .app quarantine in macOS --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index dbc3f20..702541b 100644 --- a/flake.nix +++ b/flake.nix @@ -199,6 +199,9 @@ finder.ShowPathbar = true; finder.ShowStatusBar = true; + # Disable quarantine for downloaded files + LaunchServices.LSQuarantine = false; + # Switch light/dark style of OS automatically based on time NSGlobalDomain.AppleInterfaceStyleSwitchesAutomatically = true;