refactor: remove redundant aliases, comments, and fix lazygit pager config

This commit is contained in:
2026-04-14 13:53:04 +08:00
parent 5583970878
commit f6e2f92da3
6 changed files with 4 additions and 22 deletions
-2
View File
@@ -23,7 +23,6 @@
stateVersion = "24.11";
};
# ── User-level packages ────────────────────────────
home.packages = with pkgs; [
# Modern CLI replacements
dust # du
@@ -56,6 +55,5 @@
pandoc
];
# XDG directories
xdg.enable = true;
}