diff options
Diffstat (limited to 'user/zsh.nix')
| -rw-r--r-- | user/zsh.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user/zsh.nix b/user/zsh.nix index 730f0e7..d264bd9 100644 --- a/user/zsh.nix +++ b/user/zsh.nix @@ -1,5 +1,6 @@ { config, ... }: { + programs.direnv.enable = true; programs.zsh = { enable = true; autocd = true; |
