Skip to content

Commit

Permalink
tmuxPlugins.tmux-powerline: init at 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Nov 15, 2024
1 parent fe21dd5 commit 9f142eb
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pkgs/misc/tmux-plugins/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -772,6 +772,26 @@ in rec {
};
};

tmux-powerline = mkTmuxPlugin {
pluginName = "powerline";
version = "3.0.0";
src = fetchFromGitHub {
owner = "erikw";
repo = "tmux-powerline";
rev = "2480e5531e0027e49a90eaf540f973e624443937";
hash = "sha256-25uG7OI8OHkdZ3GrTxG1ETNeDtW1K+sHu2DfJtVHVbk=";
};
rtpFilePath = "main.tmux";
meta = {
homepage = "https://github.com/erikw/tmux-powerline";
description = "Use fzf to manage your tmux work environment! ";
longDescription = "A tmux plugin giving you a hackable status bar consisting of dynamic & beautiful looking powerline segments, written purely in bash.";
license = lib.licenses.bsd3;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ thomasjm ];
};
};

tmux-thumbs = pkgs.callPackage ./tmux-thumbs {
inherit mkTmuxPlugin;
};
Expand Down

0 comments on commit 9f142eb

Please sign in to comment.