From 627773c5521cabfee0440ca3dcb31467b81376f9 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Wed, 3 Nov 2021 12:36:34 -0400 Subject: [PATCH] profiles/tmux: set terminal to screen-256color --- users/profiles/tmux.nix | 1 + 1 file changed, 1 insertion(+) 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"; }; }