nixos-configuration/modules/nixpkgs.nix
2025-09-14 12:22:20 +02:00

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
};
}