home: add direnv

This commit is contained in:
Gabriel Fontes
2023-03-10 13:47:54 -03:00
parent 6263e9a225
commit fcfc66344e
3 changed files with 8 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
use flake
+1
View File
@@ -2,6 +2,7 @@
imports = [
./bash.nix
./bat.nix
./direnv.nix
./fish.nix
./gh.nix
./git.nix
+6
View File
@@ -0,0 +1,6 @@
{
programs.direnv = {
enable = true;
nix-direnv.enable = true;
};
}