diff --git a/home/rachel.nix b/home/rachel.nix index b2bea36..46d88ab 100644 --- a/home/rachel.nix +++ b/home/rachel.nix @@ -284,6 +284,7 @@ in (nvim-treesitter.withPlugins (p: with p; [ org ])) + vim-obsession ]; }; @@ -338,7 +339,13 @@ in set-window-option -g window-status-separator "-" set-window-option -g window-status-current-format " #[fg=#b55690 bold]!![ #{b:pane_current_path}/ ] #{b:window_index} $ #{b:pane_current_command}!! " set-window-option -g window-status-format " #{b:window_index} [ #{b:pane_current_path}/ ] #{b:pane_current_command} " + + set -g @resurrect-strategy-nvim 'session' + set -g @resurrect-capture-pane-contents 'on' ''; + plugins = with pkgs.tmuxPlugins; [ + resurrect + ]; }; hyfetch = {