fix(fzf-lua): explicitly enable man
This commit is contained in:
parent
ecb3e872a0
commit
3ea398e002
1 changed files with 5 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue