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:
Harald Hoyer 2024-12-13 08:41:08 +01:00
parent e760944a4d
commit 960d6f935e

View file

@ -104,6 +104,7 @@ in
fish.enable = true;
};
documentation.man.generateCaches = false;
# powerManagement.cpuFreqGovernor = "ondemand";
services = {