Merge pull request #109056 from benley/tmux-power-theme

tmuxPlugins.power-theme: init at 2020-11-18
This commit is contained in:
Sandro 2021-01-12 23:40:40 +01:00 committed by GitHub
commit a16035fbce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";