mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
Merge pull request #311474 from redyf/add-tokyo-night-tmux
tmuxPlugins.tokyo-night-tmux: init at 1.5.3
This commit is contained in:
commit
cd11caeb12
@ -671,6 +671,25 @@ in rec {
|
||||
};
|
||||
};
|
||||
|
||||
tokyo-night-tmux = mkTmuxPlugin {
|
||||
pluginName = "tokyo-night-tmux";
|
||||
rtpFilePath = "tokyo-night.tmux";
|
||||
version = "1.5.3";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "janoamaral";
|
||||
repo = "tokyo-night-tmux";
|
||||
rev = "d34f1487b4a644b13d8b2e9a2ee854ae62cc8d0e";
|
||||
hash = "sha256-3rMYYzzSS2jaAMLjcQoKreE0oo4VWF9dZgDtABCUOtY=";
|
||||
};
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/janoamaral/tokyo-night-tmux";
|
||||
description = "A clean, dark Tmux theme that celebrates the lights of Downtown Tokyo at night.";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ redyf ];
|
||||
};
|
||||
};
|
||||
|
||||
tmux-colors-solarized = mkTmuxPlugin {
|
||||
pluginName = "tmuxcolors";
|
||||
version = "unstable-2019-07-14";
|
||||
|
Loading…
Reference in New Issue
Block a user