diff --git a/modules/home-manager/tmux.nix b/modules/home-manager/tmux.nix index 7d39e4b..a723374 100644 --- a/modules/home-manager/tmux.nix +++ b/modules/home-manager/tmux.nix @@ -65,13 +65,11 @@ in bind-key -r f run-shell "tmux new-window t" - set -g @resurrect-strategy-nvim 'session' if-shell "[ -f ~/.tmux.conf.local ]" 'source ~/.tmux.conf.local' ''; plugins = [ - tmuxPlugins.resurrect tmuxPlugins.vim-tmux-navigator tmuxPlugins.yank ];