From cb92e302aa044b2670cedec8570e7816a722816a Mon Sep 17 00:00:00 2001 From: 0xTux <0xtux@pm.me> Date: Tue, 27 Feb 2024 11:56:51 +0530 Subject: [PATCH] set tmux to use 24-bit colors --- modules/home-manager/tmux/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home-manager/tmux/default.nix b/modules/home-manager/tmux/default.nix index 65e76d9..1403a81 100644 --- a/modules/home-manager/tmux/default.nix +++ b/modules/home-manager/tmux/default.nix @@ -14,6 +14,7 @@ ]; extraConfig = " + set-option -sa terminal-overrides \",xterm*:Tc\" set -g mouse on set-option -g status-position top set-option -g allow-rename off