Added direnv with nix-direnv and zsh integration

This commit is contained in:
Emmet
2023-07-26 13:10:19 -05:00
parent e6c91e95b7
commit 990aa9960a
2 changed files with 6 additions and 0 deletions

View File

@@ -34,5 +34,10 @@ in
neofetch lolcat cowsay
gnugrep gnused
bat exa bottom fd
direnv nix-direnv
];
programs.direnv.enable = true;
programs.direnv.enableZshIntegration = true;
programs.direnv.nix-direnv.enable = true;
}