Skip to content

Commit

Permalink
tmuxPlugins.tmux-colors-solarized: init tmux plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
NickHu authored and bjornfor committed Jul 25, 2019
1 parent 4914a82 commit 1d9d31a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pkgs/misc/tmux-plugins/default.nix
@@ -1,4 +1,5 @@
{ fetchgit
, fetchFromGitHub
, lib
, pkgs
, reattach-to-user-namespace
Expand Down Expand Up @@ -215,6 +216,16 @@ in rec {
};
};

tmux-colors-solarized = mkDerivation {
pluginName = "tmuxcolors";
src = fetchFromGitHub {
owner = "seebi";
repo = "tmux-colors-solarized";
rev = "e5e7b4f1af37f8f3fc81ca17eadee5ae5d82cd09";
sha256 = "1l3i82abzi4b395cgdsjg7lcfaq15kyyhijwvrgchzxi95z3hl4x";
};
};

urlview = mkDerivation {
pluginName = "urlview";
src = fetchgit {
Expand Down

0 comments on commit 1d9d31a

Please sign in to comment.