This commit is contained in:
Miguel Palhas
2024-10-12 10:06:53 +01:00
parent e15c5afea1
commit cd733e5fb6
5 changed files with 56 additions and 19 deletions
+6
View File
@@ -0,0 +1,6 @@
{ lib, config, ... }:
{
programs = {
direnv.enable = true;
};
}