Add and enable direnv
This commit is contained in:
parent
1279022a66
commit
9065884258
|
@ -14,6 +14,7 @@ in
|
||||||
imports = [
|
imports = [
|
||||||
modules/neovim.nix
|
modules/neovim.nix
|
||||||
modules/vscode.nix
|
modules/vscode.nix
|
||||||
|
modules/direnv.nix
|
||||||
modules/sway.nix
|
modules/sway.nix
|
||||||
modules/git.nix
|
modules/git.nix
|
||||||
modules/gpg.nix
|
modules/gpg.nix
|
||||||
|
|
7
home-manager/modules/direnv.nix
Normal file
7
home-manager/modules/direnv.nix
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
programs.direnv ={
|
||||||
|
enable = true;
|
||||||
|
enableZshIntegration = true;
|
||||||
|
nix-direnv.enable = true;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue