From 099bef6fa98e473da2b827d4f1b0453a76657296 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 8 Jul 2025 22:55:13 +0100 Subject: [PATCH] Add tmux-resurrect Restore tmux environment after system restart. https://github.com/tmux-plugins/tmux-resurrect --- modules/home-manager/cli/tmux.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home-manager/cli/tmux.nix b/modules/home-manager/cli/tmux.nix index fb12514b..e537a459 100644 --- a/modules/home-manager/cli/tmux.nix +++ b/modules/home-manager/cli/tmux.nix @@ -89,6 +89,7 @@ in ''; plugins = with pkgs.tmuxPlugins; [ + resurrect vim-tmux-navigator yank ];