aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/carbon/system/docs.nix
blob: a8361d81d0e2fbc605b65b98debfd5b082b0957a (plain) (blame)
1
2
3
4
5
6
7
8
{
  documentation = {
    enable = true;
    man.enable = true;
    info.enable = false;
    doc.enable = false;
  };
}