diff --git a/home/tmux.nix b/home/tmux.nix index 16e3188..636fd24 100644 --- a/home/tmux.nix +++ b/home/tmux.nix @@ -1,3 +1,4 @@ +{pkgs, ...}: { programs.tmux = { enable = true; @@ -10,6 +11,10 @@ # Force tmux to use /tmp for sockets (WSL2 compat) secureSocket = false; + plugins = with pkgs; [ + tmuxPlugins.better-mouse-mode + ]; + extraConfig = '' # Mouse works as expected set-option -g mouse on