Merge pull request #72322 from KyleOndy/add_tmux_gruvbox_theme

tmuxPlugins: Add tmux-gruvbox to tmux-plugins
This commit is contained in:
Jörg Thalheim 2019-10-30 20:17:25 +00:00 committed by GitHub
commit 846f86ee67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {