about summary refs log tree commit diff
path: root/pkgs/misc/tmux-plugins
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-01-12 23:40:40 +0100
committerGitHub <noreply@github.com>2021-01-12 23:40:40 +0100
commita16035fbce48090cd8768cfbd3d028ca1cbdea79 (patch)
treea644096ff2d469332df55094461cd31b627fe70b /pkgs/misc/tmux-plugins
parent59d3f03eee2712d0d27b3f15bc04b7fb7d940b67 (diff)
parent55ec76d22917ea34d022c6ab00b6184f4230c8df (diff)
Merge pull request #109056 from benley/tmux-power-theme
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 2b5d7f7caed27..93e58516610cc 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";