1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-12-14 11:57:34 +00:00

add description for LSQuarantine

This commit is contained in:
Daiderd Jordan 2016-12-14 16:03:05 +01:00
parent 0b3c5a21b2
commit d64ce165b7
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -8,6 +8,9 @@ with lib;
system.defaults.LaunchServices.LSQuarantine = mkOption {
type = types.nullOr types.bool;
default = null;
description = ''
Whether to enable quarantine for downloaded applications. The default is true.
'';
};
};