From 03bcd6cf6843c81e7b88578b379a209878749612 Mon Sep 17 00:00:00 2001 From: zackartz Date: Fri, 1 Mar 2024 13:54:25 -0500 Subject: [PATCH] 88 current 2024-03-01 13:54:20 24.05.20240228.9099616 6.6.18 * --- modules/home-manager/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/home-manager/default.nix b/modules/home-manager/default.nix index f2b5198..7336109 100644 --- a/modules/home-manager/default.nix +++ b/modules/home-manager/default.nix @@ -121,6 +121,12 @@ EDITOR = "nvim"; }; + programs.zoxide = { + enable = true; + enableZshIntegration = true; + options = ["--cmd cd"]; + }; + programs.nixvim = ./vim.nix; # Let Home Manager install and manage itself.