feat(nixos): disable man cache generation by default
Disabled the automatic generation of man page caches to streamline default configuration. This change reduces unnecessary overhead for systems where caching is not required.
This commit is contained in:
parent
e760944a4d
commit
960d6f935e
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@ in
|
|||
fish.enable = true;
|
||||
};
|
||||
|
||||
documentation.man.generateCaches = false;
|
||||
# powerManagement.cpuFreqGovernor = "ondemand";
|
||||
|
||||
services = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue