about summary refs log tree commit diff
path: root/nixos/modules/services/x11/xbanish.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/x11/xbanish.nix')
-rw-r--r--nixos/modules/services/x11/xbanish.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/x11/xbanish.nix b/nixos/modules/services/x11/xbanish.nix
index b95fac68f1658..f494f2054a40b 100644
--- a/nixos/modules/services/x11/xbanish.nix
+++ b/nixos/modules/services/x11/xbanish.nix
@@ -10,7 +10,7 @@ in {
     enable = mkEnableOption "xbanish";
 
     arguments = mkOption {
-      description = "Arguments to pass to xbanish command";
+      description = lib.mdDoc "Arguments to pass to xbanish command";
       default = "";
       example = "-d -i shift";
       type = types.str;