2024-10-26 00:04:27 +02:00
|
|
|
{
|
2025-09-14 12:22:20 +02:00
|
|
|
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
|
2024-10-26 00:04:27 +02:00
|
|
|
};
|
|
|
|
|
}
|