summary refs log tree commit diff
path: root/nixos/modules/services/x11/window-managers
diff options
context:
space:
mode:
authorpennae <82953136+pennae@users.noreply.github.com>2022-08-05 17:36:49 +0200
committerGitHub <noreply@github.com>2022-08-05 17:36:49 +0200
commit93c57a988470c1948976b1bb70abbd5855c5b810 (patch)
tree1b2bacec0165ff9a7c01bbb79a55603016c4c467 /nixos/modules/services/x11/window-managers
parentcec6bcfd67419f73cd5fc98650bdc9ec41270404 (diff)
parentaf98bacbe014021172b75e608187fa84937a99ce (diff)
downloadnixpkgs-93c57a988470c1948976b1bb70abbd5855c5b810.tar
nixpkgs-93c57a988470c1948976b1bb70abbd5855c5b810.tar.gz
nixpkgs-93c57a988470c1948976b1bb70abbd5855c5b810.tar.bz2
nixpkgs-93c57a988470c1948976b1bb70abbd5855c5b810.tar.lz
nixpkgs-93c57a988470c1948976b1bb70abbd5855c5b810.tar.xz
nixpkgs-93c57a988470c1948976b1bb70abbd5855c5b810.tar.zst
nixpkgs-93c57a988470c1948976b1bb70abbd5855c5b810.zip
Merge pull request #185056 from pennae/option-docs-md
nixos/*: more option docs conversions
Diffstat (limited to 'nixos/modules/services/x11/window-managers')
-rw-r--r--nixos/modules/services/x11/window-managers/fvwm2.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/x11/window-managers/fvwm2.nix b/nixos/modules/services/x11/window-managers/fvwm2.nix
index 909b3a475a9..b5ef36f58d5 100644
--- a/nixos/modules/services/x11/window-managers/fvwm2.nix
+++ b/nixos/modules/services/x11/window-managers/fvwm2.nix
@@ -24,7 +24,7 @@ in
       gestures = mkOption {
         default = false;
         type = types.bool;
-        description = "Whether or not to enable libstroke for gesture support";
+        description = lib.mdDoc "Whether or not to enable libstroke for gesture support";
       };
     };
   };