diff options
| -rw-r--r-- | modules/common.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/common.nix b/modules/common.nix index 2b2893e..6d74103 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -32,9 +32,7 @@ in # fish enables this by default, # it makes every nixos rebuild very slow. - # NOTE: enabled for now, although will - # be switched up with a bespoke solution soon! - documentation.man.generateCaches = true; + documentation.man.generateCaches = false; documentation = { info.enable = true; doc.enable = true; |
