From e034b24fe783d1fd0856760098d6e508ea2091f4 Mon Sep 17 00:00:00 2001 From: Superredstone Date: Fri, 13 Feb 2026 07:59:52 +0100 Subject: [PATCH] feat(home): fix tmux colors and scrolling --- home/tmux.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/tmux.nix b/home/tmux.nix index af280b7..61d2220 100644 --- a/home/tmux.nix +++ b/home/tmux.nix @@ -3,7 +3,9 @@ programs.tmux = { enable = true; escapeTime = 0; + mouse = true; extraConfig = '' + set -g default-terminal "screen-256color" set -g @catppuccin_flavor 'mocha' ''; plugins = with pkgs; [