This commit is contained in:
2026-03-22 06:55:10 +00:00
parent f23720e151
commit 62b7742ef0
4 changed files with 18 additions and 15 deletions

View File

@@ -17,7 +17,8 @@ in {
options.hectic.program.tmux.enable = lib.mkEnableOption "Enable hectic tmux config";
config = lib.mkIf cfg.enable {
programs.tmux.enable = true;
programs.tmux.enable = true;
programs.tmux.terminal = lib.mkOverride 50 "tmux-256color";
# alias depends on newSession = true (auto-creates session on attach)
programs.zsh.shellAliases.tmux = "tmux a";