diff --git a/modules/home/tmux.nix b/modules/home/tmux.nix index 1c70423..8659b8e 100644 --- a/modules/home/tmux.nix +++ b/modules/home/tmux.nix @@ -58,6 +58,7 @@ ''; plugins = with pkgs.tmuxPlugins; [ yank + fzf-tmux-url ]; }; }