added nix-config to direnv whitelist

This commit is contained in:
Leyla Becker 2024-11-16 23:35:02 +00:00
parent db36e48564
commit 1179b3a605

View file

@ -96,7 +96,8 @@
enableBashIntegration = true;
nix-direnv.enable = true;
config = {
hide_env_diff = true;
global.hide_env_diff = true;
whitelist.exact = ["/home/leyla/documents/code/nix-config"];
};
};
bash.enable = true;