Removed window name plugin

This commit is contained in:
alejandro-angulo 2024-08-17 23:24:24 -07:00
parent 665d9cd738
commit d0c1de47b9
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -40,25 +40,6 @@ in {
''; '';
} }
{
plugin =
tmuxPlugins.mkTmuxPlugin
{
pluginName = "tmux-nerd-font-window-name";
version = "2.1.1";
src = inputs.tmux-nerd-font-window-name;
nativeBuildInputs = [pkgs.makeWrapper];
rtpFilePath = "tmux-nerd-font-window-name.tmux";
postInstall = ''
wrapProgram $target/bin/tmux-nerd-font-window-name \
--prefix PATH ${lib.makeBinPath [pkgs.yq-go]}
# NOTE: I thought the wrapProgram above should make it so this wouldn't be needed
find $target -type f -print0 | xargs -0 sed -i -e 's|yq |${pkgs.yq-go}/bin/yq |g'
'';
};
}
tmuxPlugins.open tmuxPlugins.open
tmuxPlugins.tmux-fzf tmuxPlugins.tmux-fzf
tmuxPlugins.vim-tmux-navigator tmuxPlugins.vim-tmux-navigator