From 1621fec9da02dbf544f3e19c5f17ddc6d86b94f0 Mon Sep 17 00:00:00 2001 From: William Hsieh Date: Fri, 19 Jan 2024 18:20:34 +0800 Subject: [PATCH] feat(tmux): add `tmux-fingers` plugin - https://github.com/NixOS/nixpkgs/pull/280173 - https://github.com/NixOS/nixpkgs/pull/281454 --- home/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home/default.nix b/home/default.nix index 2a35ddac..0c797acb 100644 --- a/home/default.nix +++ b/home/default.nix @@ -1,4 +1,5 @@ { inputs, pkgs, config, lib, ... }: +{ inputs, pkgs, pkgs-unstable, config, lib, ... }: let cfg = import ./config.nix; dotfilesDir = "${config.home.homeDirectory}/${cfg.repo-path}"; @@ -141,6 +142,10 @@ in plugin = prefix-highlight; extraConfig = "source-file ${dotfilesDir}/config/tmux/tmux.conf"; } + { + plugin = pkgs-unstable.tmuxPlugins.fingers; + extraConfig = "set -g @fingers-key C-f"; + } extrakto tmux-fzf logging