summary refs log tree commit diff
path: root/nixos/modules/programs/k40-whisperer.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/programs/k40-whisperer.nix')
-rw-r--r--nixos/modules/programs/k40-whisperer.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/programs/k40-whisperer.nix b/nixos/modules/programs/k40-whisperer.nix
index 3163e45f57e..305c828f0a8 100644
--- a/nixos/modules/programs/k40-whisperer.nix
+++ b/nixos/modules/programs/k40-whisperer.nix
@@ -14,7 +14,7 @@ in
 
     group = mkOption {
       type = types.str;
-      description = ''
+      description = lib.mdDoc ''
         Group assigned to the device when connected.
       '';
       default = "k40";
@@ -25,7 +25,7 @@ in
       default = pkgs.k40-whisperer;
       defaultText = literalExpression "pkgs.k40-whisperer";
       example = literalExpression "pkgs.k40-whisperer";
-      description = ''
+      description = lib.mdDoc ''
         K40 Whisperer package to use.
       '';
     };