feat(dev): add zoxide

This commit is contained in:
Michael Thomas 2024-02-27 12:20:36 -05:00
parent 3c2886faa9
commit bc6f7f8101

View File

@ -41,6 +41,10 @@
package = pkgs.jdk17;
};
programs.zoxide = {
enable = true;
};
# Bun Git config
programs.git = {
attributes = [