Direnv : Add config for unused Direnv.
This commit is contained in:
parent
1b3814d84b
commit
46800556e3
9
.config/linux/system/module/common/Direnv.nix
Normal file
9
.config/linux/system/module/common/Direnv.nix
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{ ... }: {
|
||||||
|
packages.direnv = {
|
||||||
|
enable = true;
|
||||||
|
silent = true;
|
||||||
|
direnvrcExtra = ''
|
||||||
|
export NIX_SHELL="direnv"
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
}
|
Reference in a new issue