summary refs log tree commit diff
path: root/nixos/modules/programs/wavemon.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/programs/wavemon.nix')
-rw-r--r--nixos/modules/programs/wavemon.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/wavemon.nix b/nixos/modules/programs/wavemon.nix
index e5ccacba75d..4dbf2748913 100644
--- a/nixos/modules/programs/wavemon.nix
+++ b/nixos/modules/programs/wavemon.nix
@@ -10,7 +10,7 @@ in {
       enable = mkOption {
         type = types.bool;
         default = false;
-        description = ''
+        description = lib.mdDoc ''
           Whether to add wavemon to the global environment and configure a
           setcap wrapper for it.
         '';