summary refs log tree commit diff
path: root/nixos/modules/programs/slock.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/programs/slock.nix')
-rw-r--r--nixos/modules/programs/slock.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/slock.nix b/nixos/modules/programs/slock.nix
index ce80fcc5d4a..3db9866d9f1 100644
--- a/nixos/modules/programs/slock.nix
+++ b/nixos/modules/programs/slock.nix
@@ -12,7 +12,7 @@ in
       enable = mkOption {
         default = false;
         type = types.bool;
-        description = ''
+        description = lib.mdDoc ''
           Whether to install slock screen locker with setuid wrapper.
         '';
       };