tmuxPlugins.tmux-colors-solarized: init tmux plugin
This commit is contained in:
parent
4914a82186
commit
1d9d31a0eb
1 changed files with 11 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
{ fetchgit
|
{ fetchgit
|
||||||
|
, fetchFromGitHub
|
||||||
, lib
|
, lib
|
||||||
, pkgs
|
, pkgs
|
||||||
, reattach-to-user-namespace
|
, reattach-to-user-namespace
|
||||||
|
@ -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 {
|
urlview = mkDerivation {
|
||||||
pluginName = "urlview";
|
pluginName = "urlview";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
|
|
Loading…
Reference in a new issue