Merge remote-tracking branch 'upstream/master' into wrapper-pname-support
This commit is contained in:
@@ -123,6 +123,16 @@ in rec {
|
||||
};
|
||||
};
|
||||
|
||||
gruvbox = mkDerivation {
|
||||
pluginName = "gruvbox";
|
||||
rtpFilePath = "gruvbox-tpm.tmux";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/egel/tmux-gruvbox";
|
||||
rev = "6149fd8b5d6924925b4d5aa6935039780e94f3d6";
|
||||
sha256 = "1ykr4yardavd0x7yfrnshd4b0gi8p31pji7i79ib0nss134zncpb";
|
||||
};
|
||||
};
|
||||
|
||||
logging = mkDerivation {
|
||||
pluginName = "logging";
|
||||
src = fetchgit {
|
||||
@@ -177,6 +187,19 @@ in rec {
|
||||
};
|
||||
};
|
||||
|
||||
plumb = mkDerivation {
|
||||
pluginName = "plumb";
|
||||
src = fetchFromGitHub {
|
||||
owner = "eraserhd";
|
||||
repo = "tmux-plumb";
|
||||
rev = "v0.1.1";
|
||||
sha256 = "1c6k4fdl0az9811r6k164mgd4w5la75xr6x7nabmy046xc0z5i2r";
|
||||
};
|
||||
postInstall = ''
|
||||
sed -i -e 's,9 plumb,${pkgs.plan9port}/bin/9 plumb,' $target/scripts/plumb
|
||||
'';
|
||||
};
|
||||
|
||||
prefix-highlight = mkDerivation {
|
||||
pluginName = "prefix-highlight";
|
||||
src = fetchgit {
|
||||
@@ -225,6 +248,16 @@ in rec {
|
||||
};
|
||||
};
|
||||
|
||||
sysstat = mkDerivation {
|
||||
pluginName = "sysstat";
|
||||
src = fetchFromGitHub {
|
||||
owner = "samoshkin";
|
||||
repo = "tmux-plugin-sysstat";
|
||||
rev = "29e150f403151f2341f3abcb2b2487a5f011dd23";
|
||||
sha256 = "013mv9p6r2r0ls3p60l8hdad4hm8niv3wr27vgm925gxmibi4hyq";
|
||||
};
|
||||
};
|
||||
|
||||
tmux-colors-solarized = mkDerivation {
|
||||
pluginName = "tmuxcolors";
|
||||
src = fetchFromGitHub {
|
||||
|
||||
Reference in New Issue
Block a user