From 1030787ff1e2dfd36968109da4b3b855bc882e4e Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Fri, 17 Dec 2021 09:53:01 -0500 Subject: [PATCH] Add tmux-resurrect and tmux-continuum --- home/default.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/home/default.nix b/home/default.nix index 20f94a8..868e7cc 100644 --- a/home/default.nix +++ b/home/default.nix @@ -278,6 +278,19 @@ in set -g @colors-solarized 'dark' ''; } + { + plugin = resurrect; + extraConfig = '' + set -g @plugin 'tmux-plugins/tmux-resurrect' + ''; + } + { + plugin = continuum; + extraConfig = '' + set -g @plugin 'tmux-plugins/tmux-continuum' + set -g @continuum-restore 'on' + ''; + } ]; extraConfig = '' set-window-option -g automatic-rename on