Activated direnv support for nix

This commit is contained in:
Tim Schubert 2021-11-29 22:53:15 +01:00
parent b7344bc03a
commit 302fa702f2
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -11,6 +11,7 @@ in
programs.direnv = {
enable = true;
enableZshIntegration = true;
nix-direnv.enable = true;
};
};
}