treewide: convert custom enable docs to Markdown

`nix-doc-munge` can't tell what's going on with this pattern, so I
just handled them all manually.
This commit is contained in:
Emily 2023-07-01 08:48:09 +01:00
parent 3222c99a91
commit 9e4a73c25e
10 changed files with 52 additions and 47 deletions

View file

@ -14,10 +14,10 @@ in {
options = {
programs.java = {
enable = mkEnableOption "" // {
description = ''
Install the Java development kit and set the <envar>JAVA_HOME</envar>
variable.
enable = mkEnableOption (lib.mdDoc "") // {
description = lib.mdDoc ''
Install the Java development kit and set the
{env}`JAVA_HOME` variable.
'';
};