Install more manpages
This commit is contained in:
parent
7a65c5de31
commit
3e8a944be8
|
@ -14,10 +14,16 @@
|
||||||
documentation = {
|
documentation = {
|
||||||
enable = true;
|
enable = true;
|
||||||
doc.enable = true;
|
doc.enable = true;
|
||||||
|
info.enable = true;
|
||||||
man.enable = true;
|
man.enable = true;
|
||||||
dev.enable = true;
|
dev.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
man-pages
|
||||||
|
man-pages-posix
|
||||||
|
];
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
# hardlink duplicate files in the nix store
|
# hardlink duplicate files in the nix store
|
||||||
settings.auto-optimise-store = true;
|
settings.auto-optimise-store = true;
|
||||||
|
|
Loading…
Reference in a new issue