Skip to content

Commit

Permalink
Add back tmux-sessionist
Browse files Browse the repository at this point in the history
  • Loading branch information
davegallant committed Jan 15, 2025
1 parent 89cc1b7 commit 267bb10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions home/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,10 @@ in
terminal = "tmux-256color";
customPaneNavigationAndResize = true;
plugins = with pkgs.tmuxPlugins; [
{
plugin = sessionist;
extraConfig = "set -g @plugin 'tmux-plugins/tmux-sessionist'";
}
{
plugin = sensible;
extraConfig = "set -g @plugin 'tmux-plugins/tmux-sensible'";
Expand Down
2 changes: 1 addition & 1 deletion packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ in
tldr
tmux-sessionizer
atuin

github-cli
viddy
yq-go
Expand Down

0 comments on commit 267bb10

Please sign in to comment.