manpages: install dev manpages
This commit is contained in:
parent
b8ee8301a7
commit
a98e69571f
1 changed files with 12 additions and 0 deletions
|
|
@ -133,6 +133,8 @@
|
|||
cifs-utils
|
||||
tailscale
|
||||
wluma
|
||||
# man pages
|
||||
man-pages man-pages-posix
|
||||
];
|
||||
|
||||
# set global environment variables
|
||||
|
|
@ -215,6 +217,16 @@
|
|||
# Or disable the firewall altogether.
|
||||
# networking.firewall.enable = false;
|
||||
|
||||
# enable manpages documentation
|
||||
documentation = {
|
||||
man = {
|
||||
enable = true;
|
||||
generateCaches = true;
|
||||
};
|
||||
info.enable = true;
|
||||
dev.enable = true; # linux man-pages project, dev documenation
|
||||
};
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
# settings for stateful data, like file locations and database versions
|
||||
# on your system were taken. It‘s perfectly fine and recommended to leave
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue