summaryrefslogtreecommitdiff
path: root/home/zsh/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/zsh/default.nix')
-rw-r--r--home/zsh/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/home/zsh/default.nix b/home/zsh/default.nix
index ce1820e..5de1c7c 100644
--- a/home/zsh/default.nix
+++ b/home/zsh/default.nix
@@ -13,5 +13,10 @@
".zshrc".source = ./zshrc;
".zprofile".source = ./zprofile;
};
+
+ programs.zoxide = {
+ enable = true;
+ enableZshIntegration = true;
+ };
};
}