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
|
@ -104,6 +104,7 @@ in
|
|||
fish.enable = true;
|
||||
};
|
||||
|
||||
documentation.man.generateCaches = false;
|
||||
# powerManagement.cpuFreqGovernor = "ondemand";
|
||||
|
||||
services = {
|
||||
|
|
Loading…
Reference in a new issue