summaryrefslogtreecommitdiff
path: root/features/development.nix
blob: 9ca04460aa283438c693c7e25fcb68bdb52a6060 (plain) (blame)
1
2
3
4
5
6
{ config, pkgs, ... }:

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