mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
tmuxPlugins.tilish: init at 2020-08-12
This commit is contained in:
parent
49715830f9
commit
7b4b75b099
1 changed files with 19 additions and 0 deletions
|
@ -377,6 +377,25 @@ in rec {
|
|||
};
|
||||
};
|
||||
|
||||
tilish = mkDerivation {
|
||||
pluginName = "tilish";
|
||||
version = "2020-08-12";
|
||||
src = fetchFromGitHub {
|
||||
owner = "jabirali";
|
||||
repo = "tmux-tilish";
|
||||
rev = "73d2404cdc0ef6bd7fbc8982edae0b0e2a4dd860";
|
||||
sha256 = "1x58h3bg9d69j40fh8rcjpxvg0i6j04pj8p3jk57l3cghxis5j05";
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://github.com/jabirali/tmux-tilish";
|
||||
description = "Plugin which makes tmux work and feel like i3wm";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ arnarg ];
|
||||
};
|
||||
};
|
||||
|
||||
tmux-colors-solarized = mkDerivation {
|
||||
pluginName = "tmuxcolors";
|
||||
version = "unstable-2019-07-14";
|
||||
|
|
Loading…
Reference in a new issue