Direnv : Remove unused module.

This commit is contained in:
Dmitry Voronin 2024-04-15 00:06:40 +03:00 committed by Dmitry Voronin
parent 9adc056f6a
commit 4de25671a2
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

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