Direnv : Add config for unused Direnv.

This commit is contained in:
Dmitry Voronin 2024-03-03 23:21:28 +03:00
parent 1b3814d84b
commit 46800556e3

View file

@ -0,0 +1,9 @@
{ ... }: {
packages.direnv = {
enable = true;
silent = true;
direnvrcExtra = ''
export NIX_SHELL="direnv"
'';
};
}