summary refs log tree commit diff
path: root/nixos/modules/programs/dmrconfig.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/programs/dmrconfig.nix')
-rw-r--r--nixos/modules/programs/dmrconfig.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/programs/dmrconfig.nix b/nixos/modules/programs/dmrconfig.nix
index 89ac3443a1f..20a0dc9556d 100644
--- a/nixos/modules/programs/dmrconfig.nix
+++ b/nixos/modules/programs/dmrconfig.nix
@@ -14,7 +14,7 @@ in {
       enable = mkOption {
         default = false;
         type = types.bool;
-        description = ''
+        description = lib.mdDoc ''
           Whether to configure system to enable use of dmrconfig. This
           enables the required udev rules and installs the program.
         '';
@@ -25,7 +25,7 @@ in {
         default = pkgs.dmrconfig;
         type = types.package;
         defaultText = literalExpression "pkgs.dmrconfig";
-        description = "dmrconfig derivation to use";
+        description = lib.mdDoc "dmrconfig derivation to use";
       };
     };
   };