summary refs log tree commit diff
path: root/nixos/modules/hardware/flirc.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/hardware/flirc.nix')
-rw-r--r--nixos/modules/hardware/flirc.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/hardware/flirc.nix b/nixos/modules/hardware/flirc.nix
index 94ec715b9fa51..2fe40db947e45 100644
--- a/nixos/modules/hardware/flirc.nix
+++ b/nixos/modules/hardware/flirc.nix
@@ -3,7 +3,7 @@ let
   cfg = config.hardware.flirc;
 in
 {
-  options.hardware.flirc.enable = lib.mkEnableOption "software to configure a Flirc USB device";
+  options.hardware.flirc.enable = lib.mkEnableOption (lib.mdDoc "software to configure a Flirc USB device");
 
   config = lib.mkIf cfg.enable {
     environment.systemPackages = [ pkgs.flirc ];