summaryrefslogtreecommitdiffstats
path: root/pkgs/misc/tmux-plugins
diff options
context:
space:
mode:
authorBenjamin Staffin <bstaffin@singlestore.com>2021-01-11 17:10:48 -0500
committerBenjamin Staffin <bstaffin@singlestore.com>2021-01-11 17:10:48 -0500
commit55ec76d22917ea34d022c6ab00b6184f4230c8df (patch)
tree93c7fb292aa2587a0179f1f8f341dab8ccf09a97 /pkgs/misc/tmux-plugins
parenta67cfc0cdc10f218f2b9e0b153d1c31d5e96dded (diff)
tmuxPlugins.power-theme: init at 2020-11-18
Diffstat (limited to 'pkgs/misc/tmux-plugins')
-rw-r--r--pkgs/misc/tmux-plugins/default.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgs/misc/tmux-plugins/default.nix b/pkgs/misc/tmux-plugins/default.nix
index e41427d89e59..bee3f26dd6fb 100644
--- a/pkgs/misc/tmux-plugins/default.nix
+++ b/pkgs/misc/tmux-plugins/default.nix
@@ -325,6 +325,18 @@ in rec {
'';
};
+ power-theme = mkDerivation {
+ pluginName = "power";
+ rtpFilePath = "tmux-power.tmux";
+ version = "unstable-2020-11-18";
+ src = pkgs.fetchFromGitHub {
+ owner = "wfxr";
+ repo = "tmux-power";
+ rev = "aec44aa5e00cc39eb71c668b1d73823270058e7d";
+ sha256 = "11nm8cylx10d565g17acy0bj12n6dcbxp71zca2bmg0j1dq859cm";
+ };
+ };
+
prefix-highlight = mkDerivation {
pluginName = "prefix-highlight";
version = "unstable-2020-03-26";