diff --git a/modules/home/tmux.nix b/modules/home/tmux.nix index 8659b8e..450a6c4 100644 --- a/modules/home/tmux.nix +++ b/modules/home/tmux.nix @@ -59,6 +59,7 @@ plugins = with pkgs.tmuxPlugins; [ yank fzf-tmux-url + vim-tmux-navigator ]; }; }