mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
tmux-onedark-theme: init (#89623)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
cb59ff4aab
commit
e145bb2580
@ -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 {
|
pain-control = mkDerivation {
|
||||||
pluginName = "pain-control";
|
pluginName = "pain-control";
|
||||||
version = "unstable-2020-02-18";
|
version = "unstable-2020-02-18";
|
||||||
|
Loading…
Reference in New Issue
Block a user