nixos/config: invariant option docs MD conversions

This commit is contained in:
pennae 2022-07-19 15:05:45 +02:00
commit 8a79dfd94a
10 changed files with 51 additions and 52 deletions

View file

@ -10,9 +10,9 @@ with lib;
xdg.autostart.enable = mkOption {
type = types.bool;
default = true;
description = ''
description = lib.mdDoc ''
Whether to install files to support the
<link xlink:href="https://specifications.freedesktop.org/autostart-spec/autostart-spec-latest.html">XDG Autostart specification</link>.
[XDG Autostart specification](https://specifications.freedesktop.org/autostart-spec/autostart-spec-latest.html).
'';
};
};