From 72a8dcb8d5e8319a8bc6be70e7de2cdce4d701f8 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Mon, 9 Mar 2026 12:16:37 +0100 Subject: [PATCH] System: Rename man cache option --- system/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/default.nix b/system/default.nix index 67aadaf7..c2c9f5fc 100644 --- a/system/default.nix +++ b/system/default.nix @@ -169,7 +169,7 @@ with mylib.networking; { # NOTE: Disable this while configuring stuff, it's slow enable = true; man.enable = config.documentation.enable; - man.generateCaches = true; # Slow but needed for neovim man picker + man.cache.enable = true; # Slow but needed for neovim man picker info.enable = config.documentation.enable; dev.enable = config.documentation.enable; doc.enable = config.documentation.enable;