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:
parent
0b3c5a21b2
commit
d64ce165b7
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
'';
|
||||
};
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue