Merge pull request #109056 from benley/tmux-power-theme
tmuxPlugins.power-theme: init at 2020-11-18
This commit is contained in:
commit
a16035fbce
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user