add direnv support

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-05-21 10:03:37 +02:00
parent 93152a5dcb
commit 313f3c0b87
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -6,5 +6,6 @@
./starship.nix ./starship.nix
./zoxide.nix ./zoxide.nix
./eza.nix ./eza.nix
./direnv.nix
]; ];
} }
+6
View File
@@ -0,0 +1,6 @@
{
programs.direnv = {
enable = true;
nix-direnv.enable = true;
};
}