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