summaryrefslogtreecommitdiff
path: root/system/documentation.nix
blob: c876acb62ef18df0266c701b3abbbc59cb8b7d94 (plain)
1
2
3
4
5
6
7
8
9
10
{ config, pkgs, ... }:
{
  documentation = {
    dev.enable = true;
    doc.enable = true;
    info.enable = true;
    man.enable = true;
    nixos.enable = true;
  };
}