{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [ man-pages ];
documentation = {
dev.enable = true;
man.generateCaches = true;
};
}