aboutsummaryrefslogtreecommitdiff
path: root/user/zsh.nix
diff options
context:
space:
mode:
authorRosa <rosaontheweb@proton.me>2026-01-10 14:28:50 -0500
committerRosa <rosaontheweb@proton.me>2026-01-10 14:28:50 -0500
commitd37741dd73c7ae3703587ac9318e9d0855553e95 (patch)
tree8e189b057e32c4aba89903f9a4e85f673bfe3255 /user/zsh.nix
parent6ea74c2ead3c77ac5d04e315de5508a0f2f1ec12 (diff)
minor changes, prepping for a refactor
Diffstat (limited to 'user/zsh.nix')
-rw-r--r--user/zsh.nix1
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;