Install more manpages

This commit is contained in:
outfoxxed 2024-02-16 22:00:01 -08:00
parent 7a65c5de31
commit 3e8a944be8
Signed by: outfoxxed
GPG Key ID: 4C88A185FB89301E
1 changed files with 6 additions and 0 deletions

View File

@ -14,10 +14,16 @@
documentation = {
enable = true;
doc.enable = true;
info.enable = true;
man.enable = true;
dev.enable = true;
};
environment.systemPackages = with pkgs; [
man-pages
man-pages-posix
];
nix = {
# hardlink duplicate files in the nix store
settings.auto-optimise-store = true;