diff options
Diffstat (limited to 'modules/programs/man.nix')
| -rw-r--r-- | modules/programs/man.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/programs/man.nix b/modules/programs/man.nix index fd0e018..f15485b 100644 --- a/modules/programs/man.nix +++ b/modules/programs/man.nix @@ -8,7 +8,7 @@ with lib; programs.man.enable = mkOption { type = types.bool; default = true; - description = lib.mdDoc '' + description = '' Whether to enable manual pages and the {command}`man` command. This also includes "man" outputs of all `systemPackages`. ''; |
