From bc6f7f81016a45497e6c1160c0f900b00315419e Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Tue, 27 Feb 2024 12:20:36 -0500 Subject: [PATCH] feat(dev): add zoxide --- user/modules/dev.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/user/modules/dev.nix b/user/modules/dev.nix index 1f57569..f994240 100644 --- a/user/modules/dev.nix +++ b/user/modules/dev.nix @@ -41,6 +41,10 @@ package = pkgs.jdk17; }; + programs.zoxide = { + enable = true; + }; + # Bun Git config programs.git = { attributes = [