about 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 c3a71edaa2ff..f4da00762a43 100644
--- a/nixos/modules/services/hardware/joycond.nix
+++ b/nixos/modules/services/hardware/joycond.nix
@@ -9,7 +9,7 @@ with lib;
 
 {
   options.services.joycond = {
-    enable = mkEnableOption "support for Nintendo Pro Controllers and Joycons";
+    enable = mkEnableOption (lib.mdDoc "support for Nintendo Pro Controllers and Joycons");
 
     package = mkOption {
       type = types.package;