about summary refs log tree commit diff
path: root/nixos/modules/programs/autojump.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/programs/autojump.nix')
-rw-r--r--nixos/modules/programs/autojump.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/autojump.nix b/nixos/modules/programs/autojump.nix
index dde6870d98905..ecfc2f658079d 100644
--- a/nixos/modules/programs/autojump.nix
+++ b/nixos/modules/programs/autojump.nix
@@ -13,7 +13,7 @@ in
       enable = mkOption {
         type = types.bool;
         default = false;
-        description = lib.mdDoc ''
+        description = ''
           Whether to enable autojump.
         '';
       };