added direnv
This commit is contained in:
parent
158ee7043f
commit
4569937ef2
2 changed files with 8 additions and 0 deletions
|
@ -42,6 +42,8 @@ in
|
|||
dig
|
||||
wl-clipboard
|
||||
bitwarden-cli
|
||||
direnv
|
||||
nix-direnv
|
||||
]
|
||||
++ lib.optionals cfg.install-editors [
|
||||
pkgs.lazygit
|
||||
|
|
|
@ -172,6 +172,12 @@
|
|||
];
|
||||
};
|
||||
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
initExtra = ''
|
||||
|
|
Loading…
Reference in a new issue