Add tmux-resurrect

Restore tmux environment after system restart.

https://github.com/tmux-plugins/tmux-resurrect
This commit is contained in:
Oliver Davies 2025-07-08 22:55:13 +01:00
parent a93f2ecc28
commit 099bef6fa9

View file

@ -89,6 +89,7 @@ in
''; '';
plugins = with pkgs.tmuxPlugins; [ plugins = with pkgs.tmuxPlugins; [
resurrect
vim-tmux-navigator vim-tmux-navigator
yank yank
]; ];