diff --git a/home/programs/tmux.nix b/home/programs/tmux.nix index fdc7cf2..39b143e 100644 --- a/home/programs/tmux.nix +++ b/home/programs/tmux.nix @@ -37,10 +37,6 @@ plugins = with pkgs.tmuxPlugins; [ { plugin = resurrect; - extraConfig = # tmux - '' - set -g @resurrect-capture-pane-contents 'on' - ''; } {