diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2016-12-14 16:03:05 +0100 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2016-12-14 16:03:05 +0100 |
| commit | d64ce165b77908c2b2cabb372a71830c4c6bb5ff (patch) | |
| tree | 3e6990cc86c6ec9d3fcc588fc2077b2e46c6c471 /modules/system | |
| parent | 0b3c5a21b27cfc16875232d0a64268c4de93eb1e (diff) | |
add description for LSQuarantine
Diffstat (limited to 'modules/system')
| -rw-r--r-- | modules/system/defaults/LaunchServices.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/system/defaults/LaunchServices.nix b/modules/system/defaults/LaunchServices.nix index 0ab5ca9..d9ffcda 100644 --- a/modules/system/defaults/LaunchServices.nix +++ b/modules/system/defaults/LaunchServices.nix @@ -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. + ''; }; }; |
