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
|
let
|
||||||
c = config.colors;
|
|
||||||
repoDir = "${config.home.homeDirectory}/.config/nix";
|
|
||||||
|
|
||||||
ripgrep = config.programs.ripgrep.enable;
|
ripgrep = config.programs.ripgrep.enable;
|
||||||
|
|
||||||
claude = true;
|
claude = true;
|
||||||
|
|
@ -270,6 +267,11 @@ in
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
documentation = {
|
||||||
|
enable = true;
|
||||||
|
man.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
programs.direnv = {
|
programs.direnv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue