manpages: install dev manpages

This commit is contained in:
Khaïs COLIN 2024-08-06 12:54:05 +02:00
parent b8ee8301a7
commit a98e69571f

View file

@ -133,6 +133,8 @@
cifs-utils cifs-utils
tailscale tailscale
wluma wluma
# man pages
man-pages man-pages-posix
]; ];
# set global environment variables # set global environment variables
@ -215,6 +217,16 @@
# Or disable the firewall altogether. # Or disable the firewall altogether.
# networking.firewall.enable = false; # 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 # This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions # settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave # on your system were taken. Its perfectly fine and recommended to leave