Add and enable direnv

This commit is contained in:
fleaz 2022-05-20 10:39:10 +02:00
parent 1279022a66
commit 9065884258
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{
programs.direnv ={
enable = true;
enableZshIntegration = true;
nix-direnv.enable = true;
};
}