Request all documentation

This commit is contained in:
outfoxxed 2023-06-29 07:00:16 -07:00
parent 5bde1e131f
commit fdfe3cd93a
Signed by: outfoxxed
GPG Key ID: 4C88A185FB89301E
1 changed files with 7 additions and 0 deletions

View File

@ -6,6 +6,13 @@
nixpkgs.config.allowUnfree = true;
documentation = {
enable = true;
doc.enable = true;
man.enable = true;
dev.enable = true;
};
nix = {
# hardlink duplicate files in the nix store
settings.auto-optimise-store = true;