add direnv

This commit is contained in:
TheWanderingCrow 2025-01-06 13:41:07 -05:00
parent 7b191d8989
commit ddec504562

View file

@ -1,5 +1,6 @@
{
programs.direnv = {
enable = true;
nix-direnv.enable = true;
};
}