tmux-onedark-theme: init (#89623)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Sherub Thakur
2020-11-28 19:46:57 +01:00
committed by GitHub
co-authored by Sandro
parent cb59ff4aab
commit e145bb2580
+11
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";