diff --git a/users/profiles/tmux.nix b/users/profiles/tmux.nix index 063c6f1..336ae7b 100644 --- a/users/profiles/tmux.nix +++ b/users/profiles/tmux.nix @@ -2,5 +2,6 @@ programs.tmux = { enable = true; clock24 = true; + terminal = "screen-256color"; }; }