Merge pull request #104652 from ethancedwards8/tmux-plugins-dracula

This commit is contained in:
Sandro 2020-12-02 10:00:13 +01:00 committed by GitHub
commit 61e63433b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 0 deletions

View file

@ -2755,6 +2755,16 @@
email = "adam.copp@gmail.com";
name = "Adam Copp";
};
ethancedwards8 = {
email = "ethancarteredwards@gmail.com";
github = "ethancedwards8";
githubId = 60861925;
name = "Ethan Carter Edwards";
keys = [{
longkeyid = "rsa4096/0xF93DDAFA26EF2458";
fingerprint = "0E69 0F46 3457 D812 3387 C978 F93D DAFA 26EF 2458";
}];
};
ethercrow = {
email = "ethercrow@gmail.com";
github = "ethercrow";

View file

@ -127,6 +127,24 @@ in rec {
};
};
dracula = mkDerivation rec {
pluginName = "dracula";
version = "unstable-2020-12-2";
src = fetchFromGitHub {
owner = "dracula";
repo = "tmux";
rev = "cc310e585acbeaf3304eda662476f7f657010b01";
sha256 = "003nbv2rz2ihyqf3ryvdwn43ly0gi5z2r0pnqr9s9vw8dmwx0r3x";
};
meta = with stdenv.lib; {
homepage = "https://draculatheme.com/tmux";
description = "A feature packed Dracula theme for tmux!";
license = licenses.mit;
platforms = platforms.unix;
maintainers = with maintainers; [ ethancedwards8 ];
};
};
fingers = mkDerivation rec {
pluginName = "fingers";
rtpFilePath = "tmux-fingers.tmux";