summaryrefslogtreecommitdiff
path: root/modules/system/defaults/LaunchServices.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/defaults/LaunchServices.nix')
-rw-r--r--modules/system/defaults/LaunchServices.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/defaults/LaunchServices.nix b/modules/system/defaults/LaunchServices.nix
index b76231f..d9ffcda 100644
--- a/modules/system/defaults/LaunchServices.nix
+++ b/modules/system/defaults/LaunchServices.nix
@@ -8,7 +8,7 @@ with lib;
system.defaults.LaunchServices.LSQuarantine = mkOption {
type = types.nullOr types.bool;
default = null;
- description = lib.mdDoc ''
+ description = ''
Whether to enable quarantine for downloaded applications. The default is true.
'';
};