add direnv

This commit is contained in:
Evan Reichard 2022-12-02 18:42:53 -05:00
parent e8e8347aed
commit 103d1b2ed6
2 changed files with 9 additions and 0 deletions

8
direnv/default.nix Normal file
View File

@ -0,0 +1,8 @@
{ config, pkgs, ... }:
{
programs.direnv = {
enable = true;
nix-direnv.enable = true;
};
}

View File

@ -7,6 +7,7 @@ in
imports = [
./bash
./direnv
./git
./htop
./iterm2