System: Rename man cache option
This commit is contained in:
@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user