From d64ce165b77908c2b2cabb372a71830c4c6bb5ff Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Wed, 14 Dec 2016 16:03:05 +0100 Subject: [PATCH] add description for LSQuarantine --- modules/system/defaults/LaunchServices.nix | 3 +++ 1 file changed, 3 insertions(+) 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. + ''; }; };