summary refs log tree commit diff
path: root/nixos/modules/services/x11/window-managers
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2022-08-29 01:38:36 +0200
committerpennae <github@quasiparticle.net>2022-08-31 16:32:54 +0200
commit9547123258f69efd92b54763051d6dc7f3bfcaca (patch)
tree87d42b10b0f436c50e8aa04c00c27d289c61c4e2 /nixos/modules/services/x11/window-managers
parentef176dcf7e76c3639571d7c6051246c8fbadf12a (diff)
downloadnixpkgs-9547123258f69efd92b54763051d6dc7f3bfcaca.tar
nixpkgs-9547123258f69efd92b54763051d6dc7f3bfcaca.tar.gz
nixpkgs-9547123258f69efd92b54763051d6dc7f3bfcaca.tar.bz2
nixpkgs-9547123258f69efd92b54763051d6dc7f3bfcaca.tar.lz
nixpkgs-9547123258f69efd92b54763051d6dc7f3bfcaca.tar.xz
nixpkgs-9547123258f69efd92b54763051d6dc7f3bfcaca.tar.zst
nixpkgs-9547123258f69efd92b54763051d6dc7f3bfcaca.zip
nixos/*: convert internal option descriptions to MD
we'll have to do it eventually, may as well be now.
Diffstat (limited to 'nixos/modules/services/x11/window-managers')
-rw-r--r--nixos/modules/services/x11/window-managers/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/x11/window-managers/default.nix b/nixos/modules/services/x11/window-managers/default.nix
index aa0b6ebbee4..36d5b3c8156 100644
--- a/nixos/modules/services/x11/window-managers/default.nix
+++ b/nixos/modules/services/x11/window-managers/default.nix
@@ -59,10 +59,10 @@ in
           name = "wmii";
           start = "...";
         }];
-        description = ''
+        description = lib.mdDoc ''
           Internal option used to add some common line to window manager
           scripts before forwarding the value to the
-          <varname>displayManager</varname>.
+          `displayManager`.
         '';
         apply = map (d: d // {
           manage = "window";