summary refs log tree commit diff
path: root/nixos/modules/hardware/logitech.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/hardware/logitech.nix')
-rw-r--r--nixos/modules/hardware/logitech.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/hardware/logitech.nix b/nixos/modules/hardware/logitech.nix
index 3ebe6aacf5d..2e3a71c0415 100644
--- a/nixos/modules/hardware/logitech.nix
+++ b/nixos/modules/hardware/logitech.nix
@@ -24,7 +24,7 @@ in
       startWhenNeeded = mkOption {
         type = types.bool;
         default = true;
-        description = ''
+        description = lib.mdDoc ''
           Only run the service when an actual supported device is plugged.
         '';
       };
@@ -47,7 +47,7 @@ in
       enableGraphical = mkOption {
         type = types.bool;
         default = false;
-        description = "Enable graphical support applications.";
+        description = lib.mdDoc "Enable graphical support applications.";
       };
     };
   };