add direnv

This commit is contained in:
TheWanderingCrow 2025-01-06 13:39:55 -05:00
parent 5fc687b49b
commit 7b191d8989

View file

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