From 13704d2b48e6e3f8dfbe15d3f4eee97a85eb64c1 Mon Sep 17 00:00:00 2001 From: Kyle Ondy Date: Wed, 30 Oct 2019 10:34:03 -0400 Subject: [PATCH] tmuxPlugins: Add tmux-gruvbox to tmux-plugins MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit adds Maciej Sypień's port [1] of Pavel Pertsev's gruvbox color scheme [2] for vim. [1] https://github.com/egel/terminator-gruvbox [2] https://github.com/morhetz/gruvbox --- pkgs/misc/tmux-plugins/default.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pkgs/misc/tmux-plugins/default.nix b/pkgs/misc/tmux-plugins/default.nix index 0fa80322d7b..5aeec7cf13b 100644 --- a/pkgs/misc/tmux-plugins/default.nix +++ b/pkgs/misc/tmux-plugins/default.nix @@ -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 {