summary refs log tree commit diff
path: root/pkgs/misc/tmux-plugins
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2020-12-02 10:00:13 +0100
committerGitHub <noreply@github.com>2020-12-02 10:00:13 +0100
commit61e63433b57ae0f6cab3b8d3abdf3e9fbc1a2447 (patch)
tree2d01d05b9721f4c2b74b4f2c6e2ae01ee7e55c7c /pkgs/misc/tmux-plugins
parent1963b5cd83891a45adeea6b5fb18138c76a1acaf (diff)
parent4a636081ec9ae5d3368b8813064fb807325f3a27 (diff)
downloadnixpkgs-61e63433b57ae0f6cab3b8d3abdf3e9fbc1a2447.tar
nixpkgs-61e63433b57ae0f6cab3b8d3abdf3e9fbc1a2447.tar.gz
nixpkgs-61e63433b57ae0f6cab3b8d3abdf3e9fbc1a2447.tar.bz2
nixpkgs-61e63433b57ae0f6cab3b8d3abdf3e9fbc1a2447.tar.lz
nixpkgs-61e63433b57ae0f6cab3b8d3abdf3e9fbc1a2447.tar.xz
nixpkgs-61e63433b57ae0f6cab3b8d3abdf3e9fbc1a2447.tar.zst
nixpkgs-61e63433b57ae0f6cab3b8d3abdf3e9fbc1a2447.zip
Merge pull request #104652 from ethancedwards8/tmux-plugins-dracula
Diffstat (limited to 'pkgs/misc/tmux-plugins')
-rw-r--r--pkgs/misc/tmux-plugins/default.nix18
1 files changed, 18 insertions, 0 deletions
diff --git a/pkgs/misc/tmux-plugins/default.nix b/pkgs/misc/tmux-plugins/default.nix
index de3c78cc52c..59f649f939c 100644
--- a/pkgs/misc/tmux-plugins/default.nix
+++ b/pkgs/misc/tmux-plugins/default.nix
@@ -127,6 +127,24 @@ in rec {
     };
   };
 
+  dracula = mkDerivation rec {
+    pluginName = "dracula";
+    version = "unstable-2020-12-2";
+    src = fetchFromGitHub {
+      owner = "dracula";
+      repo = "tmux";
+      rev = "cc310e585acbeaf3304eda662476f7f657010b01";
+      sha256 = "003nbv2rz2ihyqf3ryvdwn43ly0gi5z2r0pnqr9s9vw8dmwx0r3x";
+    };
+    meta = with stdenv.lib; {
+      homepage = "https://draculatheme.com/tmux";
+      description = "A feature packed Dracula theme for tmux!";
+      license = licenses.mit;
+      platforms = platforms.unix;
+      maintainers = with maintainers; [ ethancedwards8 ];
+    };
+  };
+
   fingers = mkDerivation rec {
     pluginName = "fingers";
     rtpFilePath = "tmux-fingers.tmux";