From 8b58cfe13c1fa742514bbccb6856bd49d830da3d Mon Sep 17 00:00:00 2001 From: Doloro1978 Date: Sat, 18 Oct 2025 10:36:31 +0100 Subject: [PATCH] chore(tmux@modules): wip --- nix/modules/tmux/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/modules/tmux/home.nix b/nix/modules/tmux/home.nix index 736ac8e..1ec3060 100644 --- a/nix/modules/tmux/home.nix +++ b/nix/modules/tmux/home.nix @@ -20,7 +20,7 @@ in minimal-tmux-status ]; extraConfig = '' - set-option -g default-terminal "tmux-256color" + set-option -g default-terminal "screen-256color" set -g status-bg black set -g status-fg white '';