From 6514624612f04dc4cf391d609b5b4f3a1f2490a5 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Tue, 11 Feb 2025 20:58:30 +0100 Subject: [PATCH] remove resurrect Former-commit-id: af79d8031dc0dfcaaa53a4c4c622cec56a2751db --- home/programs/shell/tmux.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/programs/shell/tmux.nix b/home/programs/shell/tmux.nix index 7d7b993..b82a2c7 100644 --- a/home/programs/shell/tmux.nix +++ b/home/programs/shell/tmux.nix @@ -49,7 +49,7 @@ in { plugins = with pkgs; [ tmuxPlugins.vim-tmux-navigator - tmuxPlugins.resurrect + # tmuxPlugins.resurrect tmuxPlugins.sensible tmuxPlugins.tokyo-night-tmux ];