tmux-onedark-theme: init (#89623)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Sherub Thakur 2020-11-29 00:16:57 +05:30 committed by GitHub
parent cb59ff4aab
commit e145bb2580
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -246,6 +246,17 @@ in rec {
};
};
onedark-theme = mkDerivation {
pluginName = "onedark-theme";
version = "unstable-2020-06-07";
src = fetchFromGitHub {
owner = "odedlaz";
repo = "tmux-onedark-theme";
rev = "3607ef889a47dd3b4b31f66cda7f36da6f81b85c";
sha256 = "19jljshwp2p83b634cd1mw69091x42jj0dg40ipw61qy6642h2m5";
};
};
pain-control = mkDerivation {
pluginName = "pain-control";
version = "unstable-2020-02-18";