From d201a2b27ba5a1d82c67a979ddfeba93325fbee8 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 20 Nov 2024 10:49:06 +0000 Subject: [PATCH] Remove tmux-resurrect --- modules/home-manager/tmux.nix | 2 -- 1 file changed, 2 deletions(-) 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 ];