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; [