From 60527f4b36b8616cd6b28048833c81b3a60d99f3 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Fri, 23 Jul 2021 11:15:33 +1000 Subject: [PATCH] tmux: added fxf --- profiles/tmux.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/tmux.nix b/profiles/tmux.nix index aa3824c..e07a3b5 100644 --- a/profiles/tmux.nix +++ b/profiles/tmux.nix @@ -85,6 +85,7 @@ environment.systemPackages = with pkgs; [ python36Packages.powerline # Prompt enhancer + tmuxPlugins.tmux-fzf tmuxPlugins.resurrect tmuxPlugins.continuum ];