global/general: disable man-db in home-manager

This commit is contained in:
Infinidoge 2024-09-04 22:02:53 -04:00
parent 08d966a4e5
commit f500827a85
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -35,4 +35,5 @@
# Disable man-db/man-cache
# I don't use it, and it takes ages on rebuild
documentation.man.man-db.enable = false;
home.programs.man.generateCaches = false;
}