summary refs log tree commit diff
path: root/nixos/modules/programs/streamdeck-ui.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/programs/streamdeck-ui.nix')
-rw-r--r--nixos/modules/programs/streamdeck-ui.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/streamdeck-ui.nix b/nixos/modules/programs/streamdeck-ui.nix
index 1434f82660d..04aa0a80e88 100644
--- a/nixos/modules/programs/streamdeck-ui.nix
+++ b/nixos/modules/programs/streamdeck-ui.nix
@@ -11,7 +11,7 @@ in {
     autoStart = mkOption {
       default = true;
       type = types.bool;
-      description = "Whether streamdeck-ui should be started automatically.";
+      description = lib.mdDoc "Whether streamdeck-ui should be started automatically.";
     };
   };