refactor(eza): delegate base aliases to HM integration, drop redundant flags

This commit is contained in:
2026-04-13 21:03:24 +08:00
parent d2f7210d1a
commit a1ba07faf5
2 changed files with 4 additions and 7 deletions
+1 -2
View File
@@ -62,11 +62,10 @@
# ── Eza (ls replacement) ────────────────────────────
programs.eza = {
enable = true;
enableFishIntegration = false; # we use custom abbrs in fish.nix
enableFishIntegration = true;
git = true;
icons = "auto";
extraOptions = [
"--color=always"
"--group-directories-first"
];
};