From d0c1de47b916c784e067078103ba503470e3ee5f Mon Sep 17 00:00:00 2001 From: alejandro-angulo Date: Sat, 17 Aug 2024 23:24:24 -0700 Subject: [PATCH] Removed window name plugin --- modules/home/apps/tmux/default.nix | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/modules/home/apps/tmux/default.nix b/modules/home/apps/tmux/default.nix index 13a0ce6..bb4fa60 100644 --- a/modules/home/apps/tmux/default.nix +++ b/modules/home/apps/tmux/default.nix @@ -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.tmux-fzf tmuxPlugins.vim-tmux-navigator