chore(tmux@modules): wip

This commit is contained in:
2025-10-18 10:36:31 +01:00
parent 162dc3a8cf
commit 8b58cfe13c

View File

@@ -20,7 +20,7 @@ in
minimal-tmux-status minimal-tmux-status
]; ];
extraConfig = '' extraConfig = ''
set-option -g default-terminal "tmux-256color" set-option -g default-terminal "screen-256color"
set -g status-bg black set -g status-bg black
set -g status-fg white set -g status-fg white
''; '';