feat(nix-direnv): install nix-direnv
This commit is contained in:
parent
f9914e097d
commit
37ad42b161
2 changed files with 8 additions and 0 deletions
7
nixos/direnv.nix
Normal file
7
nixos/direnv.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue