added zoxide

This commit is contained in:
lsoriano-mcm
2025-07-04 14:39:20 -05:00
parent b9f125e76a
commit f8386beb6c
4 changed files with 17 additions and 4 deletions
+8 -3
View File
@@ -1,5 +1,10 @@
{pkgs, ...}: {
home.packages = with pkgs; [
eza
];
programs.eza = {
enable = true;
git = true;
colors = "auto";
enableZshIntegration = true;
enableFishIntegration = true;
enableBashIntegration = true;
};
}