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
|
in
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
./direnv.nix
|
||||||
./vim
|
./vim
|
||||||
./tmux.nix
|
./tmux.nix
|
||||||
./zsh.nix
|
./zsh.nix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue