1

System: Rename man cache option

This commit is contained in:
2026-03-09 12:16:37 +01:00
parent da548f10bb
commit 72a8dcb8d5

View File

@ -169,7 +169,7 @@ with mylib.networking; {
# NOTE: Disable this while configuring stuff, it's slow # NOTE: Disable this while configuring stuff, it's slow
enable = true; enable = true;
man.enable = config.documentation.enable; man.enable = config.documentation.enable;
man.generateCaches = true; # Slow but needed for neovim man picker man.cache.enable = true; # Slow but needed for neovim man picker
info.enable = config.documentation.enable; info.enable = config.documentation.enable;
dev.enable = config.documentation.enable; dev.enable = config.documentation.enable;
doc.enable = config.documentation.enable; doc.enable = config.documentation.enable;