fix(fzf-lua): explicitly enable man

This commit is contained in:
Barrett Ruth 2026-02-18 11:00:54 -05:00
parent ecb3e872a0
commit 3ea398e002
Signed by: barrett
GPG key ID: A6C96C9349D2FC81

View file

@ -7,9 +7,6 @@
}:
let
c = config.colors;
repoDir = "${config.home.homeDirectory}/.config/nix";
ripgrep = config.programs.ripgrep.enable;
claude = true;
@ -270,6 +267,11 @@ in
enableZshIntegration = true;
};
documentation = {
enable = true;
man.enable = true;
};
programs.direnv = {
enable = true;
enableZshIntegration = true;