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;