Hook direnv properly
This commit is contained in:
parent
3a630da824
commit
3e186a6904
|
@ -6,4 +6,8 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.fish.enable = true;
|
programs.fish.enable = true;
|
||||||
|
|
||||||
|
# Hook nix-direnv to shell
|
||||||
|
|
||||||
|
programs.fish.shellInit = "direnv hook fish | source";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue