Skip to content

Commit

Permalink
Clarify to enable which fish integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Aug 2, 2023
1 parent efa53a0 commit 84ea69e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions home-manager/fish.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

{
programs.starship.enableFishIntegration = true;
# Settled by default and readonly https://github.com/nix-community/home-manager/blob/8c731978f0916b9a904d67a0e53744ceff47882c/modules/programs/direnv.nix#L65-L68
# programs.direnv.enableFishIntegration = true;
programs.zoxide.enableFishIntegration = true;
programs.fzf.enableFishIntegration = true;
programs.rtx.enableFishIntegration = true;

xdg.configFile."fish/fish_variables".source = ../home/.config/fish/fish_variables;
Expand Down

0 comments on commit 84ea69e

Please sign in to comment.