documentation.nix: set generateCaches to false
This commit is contained in:
parent
2fe2a40c08
commit
517f9da2ab
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
# Whether to generate the manual page index caches
|
||||
# if true, it becomes possible to search for a page or keyword
|
||||
# using utilities like apropos(1) and the -k option of man(1).
|
||||
generateCaches = true;
|
||||
generateCaches = false;
|
||||
|
||||
# Whether to enable mandoc as the default man page viewer.
|
||||
mandoc.enable = false; # my default manpage viewer is Neovim, so this isn't necessary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue