summary refs log tree commit diff
path: root/nixos/modules/programs/weylus.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/programs/weylus.nix')
-rw-r--r--nixos/modules/programs/weylus.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/weylus.nix b/nixos/modules/programs/weylus.nix
index 0a506bfa27851..eab8afdf2cc84 100644
--- a/nixos/modules/programs/weylus.nix
+++ b/nixos/modules/programs/weylus.nix
@@ -7,7 +7,7 @@ let
 in
 {
   options.programs.weylus = with types; {
-    enable = mkEnableOption "weylus";
+    enable = mkEnableOption (lib.mdDoc "weylus");
 
     openFirewall = mkOption {
       type = bool;