summary refs log tree commit diff
path: root/nixos/modules/services/hardware/joycond.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/hardware/joycond.nix')
-rw-r--r--nixos/modules/services/hardware/joycond.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/hardware/joycond.nix b/nixos/modules/services/hardware/joycond.nix
index d81c1bb6d63..c3a71edaa2f 100644
--- a/nixos/modules/services/hardware/joycond.nix
+++ b/nixos/modules/services/hardware/joycond.nix
@@ -15,7 +15,7 @@ with lib;
       type = types.package;
       default = pkgs.joycond;
       defaultText = "pkgs.joycond";
-      description = ''
+      description = lib.mdDoc ''
         The joycond package to use.
       '';
     };