chore: put direnv in a module

This commit is contained in:
Yorick Barbanneau 2024-04-10 23:32:38 +02:00
parent 836514c1d4
commit f977af61a9
4 changed files with 20 additions and 7 deletions

View file

@ -1,7 +0,0 @@
{
programs.direnv = {
enable = true;
enableZshIntegration = true; # see note on other shells below
nix-direnv.enable = true;
};
}