1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 11:36:05 +01:00

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

@ -20,8 +20,8 @@ in {
];
options.targets.genericLinux = {
enable = mkEnableOption "" // {
description = ''
enable = mkEnableOption (lib.mdDoc "") // {
description = lib.mdDoc ''
Whether to enable settings that make Home Manager work better on
GNU/Linux distributions other than NixOS.
'';