feat: 用 zellij 替换 tmux 作为终端复用器

This commit is contained in:
2026-04-11 16:33:23 +08:00
parent 86945804d5
commit 37751c1586
4 changed files with 6 additions and 53 deletions
+6
View File
@@ -86,6 +86,12 @@
};
};
# ── Zellij (terminal multiplexer) ────────────────────
programs.zellij = {
enable = true;
enableFishIntegration = true;
};
# ── Ripgrep / FD ────────────────────────────────────
home.packages = with pkgs; [
ripgrep