diff --git a/modules/tmux/default.nix b/modules/tmux/default.nix index ac76c48..f41a342 100644 --- a/modules/tmux/default.nix +++ b/modules/tmux/default.nix @@ -73,9 +73,6 @@ in keyMode = "vi"; escapeTime = 0; plugins = with pkgs; [ - { - plugin = tmux-current-pane-hostname; - } { plugin = tmux-compile; extraConfig = '' @@ -143,6 +140,9 @@ in unbind v bind v choose-tree -Zw "join-pane -t '%%'" + + # Plugins that need to run last + run-shell ${tmux-current-pane-hostname}/share/tmux-plugins/current_pane_hostname/current_pane_hostname.tmux ''; }; }