Install more manpages
This commit is contained in:
parent
7a65c5de31
commit
3e8a944be8
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue