nixos/fish: enable man cache generation

This commit is contained in:
rnhmjoj 2020-06-29 22:28:32 +02:00
parent 70ca51ce13
commit 5b59329234
No known key found for this signature in database
GPG key ID: BFBAF4C975F76450

View file

@ -102,6 +102,9 @@ in
programs.fish.shellAliases = mapAttrs (name: mkDefault) cfge.shellAliases;
# Required for man completions
documentation.man.generateCaches = true;
environment.etc."fish/foreign-env/shellInit".text = cfge.shellInit;
environment.etc."fish/foreign-env/loginShellInit".text = cfge.loginShellInit;
environment.etc."fish/foreign-env/interactiveShellInit".text = cfge.interactiveShellInit;