aboutsummaryrefslogtreecommitdiff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorSherub Thakur <sherub.thakur@gmail.com>2020-11-29 00:16:57 +0530
committerGitHub <noreply@github.com>2020-11-28 19:46:57 +0100
commite145bb2580ce69a2b7827bb2bd551023a8cbf6b0 (patch)
tree0ff170a37ffea52eee80e77f6c5259ebb74ddb10 /pkgs/misc
parentcb59ff4aabf702bcaf532fb2c95455414321a590 (diff)
tmux-onedark-theme: init (#89623)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/tmux-plugins/default.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgs/misc/tmux-plugins/default.nix b/pkgs/misc/tmux-plugins/default.nix
index 5610b2c694ca..f1ad962020f6 100644
--- a/pkgs/misc/tmux-plugins/default.nix
+++ b/pkgs/misc/tmux-plugins/default.nix
@@ -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";