From 86eee98fb4341e923764d1caf44b23397c7b2a69 Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Fri, 6 Jun 2025 08:18:07 +0530 Subject: [PATCH] fix: don't generate man cache for fish --- hosts/default/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 0becb7f..b8562c1 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -156,6 +156,8 @@ QT_LOGGING_RULES = "kwin_*.debug=true"; }; + documentation.man.generateCaches = false; + environment.systemPackages = with pkgs; [ bat git