Add direnv

This commit is contained in:
2022-04-25 15:02:31 +01:00
parent c8cb21d725
commit d93b80e767

View File

@@ -8,6 +8,7 @@
}: let
cliPackages = with pkgs; [
aerc
direnv
entr
go_1_18
gomuks
@@ -133,6 +134,9 @@ in {
zsh = {
enable = true;
enableAutosuggestions = true;
initExtra = ''
eval "$(direnv hook zsh)"
'';
oh-my-zsh = {
enable = true;
plugins = ["git" "fzf"];