added direnv
This commit is contained in:
parent
5176404f08
commit
d531fad97a
@ -50,6 +50,7 @@
|
||||
enable = true;
|
||||
inherit pkgs;
|
||||
};
|
||||
direnv = import ./direnv.nix {enable = true;};
|
||||
git = import ./git.nix {enable = true;};
|
||||
thunderbird = import ./thunderbird.nix {enable = true;};
|
||||
|
||||
|
6
home/direnv.nix
Normal file
6
home/direnv.nix
Normal file
@ -0,0 +1,6 @@
|
||||
{ enable }:
|
||||
{
|
||||
inherit enable;
|
||||
nix-direnv.enable = enable;
|
||||
enableBashIntegration = true;
|
||||
}
|
Loading…
Reference in New Issue
Block a user