Add direnv
This commit is contained in:
parent
fdd286c19f
commit
4eee5c2b72
3 changed files with 8 additions and 1 deletions
7
modules/home/direnv.nix
Normal file
7
modules/home/direnv.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{pkgs, ...}: {
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in a new issue