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 = [