man: prepare for new programs.man
options
This commit is contained in:
parent
605a8fc92e
commit
812b64d4d3
|
@ -4,14 +4,16 @@ with lib;
|
||||||
|
|
||||||
{
|
{
|
||||||
options = {
|
options = {
|
||||||
programs.man.enable = mkOption {
|
programs.man = {
|
||||||
type = types.bool;
|
enable = mkOption {
|
||||||
default = true;
|
type = types.bool;
|
||||||
description = ''
|
default = true;
|
||||||
Whether to enable manual pages and the <command>man</command>
|
description = ''
|
||||||
command. This also includes "man" outputs of all
|
Whether to enable manual pages and the <command>man</command>
|
||||||
<literal>home.packages</literal>.
|
command. This also includes "man" outputs of all
|
||||||
'';
|
<literal>home.packages</literal>.
|
||||||
|
'';
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue