This commit is contained in:
2026-03-22 06:55:10 +00:00
parent e07e931504
commit 936aab8723
4 changed files with 18 additions and 15 deletions
+2 -1
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";