From 2650077c89c16bff0af657ce8e12bdea616cbe32 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 4 Oct 2024 12:11:17 +0200 Subject: [PATCH] feat: adds fzf-tmux-url --- modules/home/tmux.nix | 1 + 1 file changed, 1 insertion(+) 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 ]; }; }