Skip to content

Commit

Permalink
Merge pull request #203790 from aacebedo/aacebedo/tmux-indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Dec 24, 2022
2 parents ae30d92 + 1ddd3a6 commit cc8def1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pkgs/misc/tmux-plugins/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,24 @@ in rec {
};
};

mode-indicator = mkTmuxPlugin rec {
pluginName = "mode-indicator";
version = "unstable-2021-10-01";
src = fetchFromGitHub {
owner = "MunifTanjim";
repo = "tmux-mode-indicator";
rev = "11520829210a34dc9c7e5be9dead152eaf3a4423";
sha256 = "sha256-hlhBKC6UzkpUrCanJehs2FxK5SoYBoiGiioXdx6trC4=";
};
meta = with lib; {
homepage = "https://github.com/MunifTanjim/tmux-mode-indicator";
description = "Plugin that displays prompt indicating currently active Tmux mode";
license = licenses.mit;
platforms = platforms.unix;
maintainers = with maintainers; [ aacebedo ];
};
};

net-speed = mkTmuxPlugin {
pluginName = "net-speed";
version = "unstable-2018-12-02";
Expand Down

0 comments on commit cc8def1

Please sign in to comment.