Add direnv
This commit is contained in:
parent
eb9115fc29
commit
b7f69df3cb
2 changed files with 9 additions and 0 deletions
8
modules/direnv.nix
Normal file
8
modules/direnv.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
{
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
enableNixDirenvIntegration = true;
|
||||
};
|
||||
}
|
|
@ -14,6 +14,7 @@ let
|
|||
in
|
||||
{
|
||||
imports = [
|
||||
./direnv.nix
|
||||
./vim
|
||||
./tmux.nix
|
||||
./zsh.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue