9 lines
317 B
Nix
9 lines
317 B
Nix
{
|
|
documentation = {
|
|
enable = true; # documentation of packages
|
|
nixos.enable = false; # nixos documentation
|
|
man.enable = true; # manual pages and the man command
|
|
info.enable = false; # info pages and the info command
|
|
doc.enable = false; # documentation distributed in packages' /share/doc
|
|
};
|
|
}
|