1

System: Disable documentation

This commit is contained in:
2026-04-17 12:45:12 +02:00
parent 2fbf61c052
commit cadd7bd949
2 changed files with 5 additions and 2 deletions

View File

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