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