Skip to content

Commit

Permalink
nixos/fish: make generateCaches easier to override
Browse files Browse the repository at this point in the history
(cherry picked from commit 296c415)
  • Loading branch information
rnhmjoj committed Dec 3, 2020
1 parent b611618 commit ba06414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/programs/fish.nix
Expand Up @@ -103,7 +103,7 @@ in
programs.fish.shellAliases = mapAttrs (name: mkDefault) cfge.shellAliases;

# Required for man completions
documentation.man.generateCaches = true;
documentation.man.generateCaches = lib.mkDefault true;

environment.etc."fish/foreign-env/shellInit".text = cfge.shellInit;
environment.etc."fish/foreign-env/loginShellInit".text = cfge.loginShellInit;
Expand Down

0 comments on commit ba06414

Please sign in to comment.