Common: add direnv

This commit is contained in:
Toast 2024-02-23 12:07:22 +01:00
parent 2018954c98
commit c0529d5225
2 changed files with 8 additions and 0 deletions

View file

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