Hook direnv properly

This commit is contained in:
Kiana Sheibani 2022-03-11 21:05:25 -05:00
parent 3a630da824
commit 3e186a6904

View file

@ -6,4 +6,8 @@
]; ];
programs.fish.enable = true; programs.fish.enable = true;
# Hook nix-direnv to shell
programs.fish.shellInit = "direnv hook fish | source";
} }