Add direnv package and configuration
This commit is contained in:
parent
d52c0a105d
commit
063248c401
2 changed files with 8 additions and 0 deletions
|
@ -9,5 +9,6 @@
|
||||||
./vifm
|
./vifm
|
||||||
./bat.nix
|
./bat.nix
|
||||||
./eza.nix
|
./eza.nix
|
||||||
|
./direnv.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
7
home-manager/cli/direnv.nix
Normal file
7
home-manager/cli/direnv.nix
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
programs.direnv = {
|
||||||
|
enable = true;
|
||||||
|
enableZshIntegration = true; # see note on other shells below
|
||||||
|
nix-direnv.enable = true;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue