diff --git a/common/home-manager/shell/default.nix b/common/home-manager/shell/default.nix index 6887408..611e443 100644 --- a/common/home-manager/shell/default.nix +++ b/common/home-manager/shell/default.nix @@ -6,4 +6,8 @@ ]; programs.fish.enable = true; + + # Hook nix-direnv to shell + + programs.fish.shellInit = "direnv hook fish | source"; }