tmuxPlugins.tmux-tpad: init at v0.3.0

Add tmux-tpad plugin (v0.3.0) to pkgs/misc/tmux-plugins.

Fetches from Subbeh/tmux-tpad@v0.3.0 with the provided sha256.
Provides rtpFilePath "tpad.tmux" and metadata including homepage,
description, MIT license, Unix platforms, and maintainer anned20.
This commit is contained in:
Anne Douwe Bouma
2026-06-29 12:31:16 +02:00
parent b423a24cc4
commit 4bcda5ed9e
+19
View File
@@ -1363,6 +1363,25 @@ in
};
};
tmux-tpad = mkTmuxPlugin {
pluginName = "tmux-tpad";
rtpFilePath = "tpad.tmux";
version = "0.3.0";
src = fetchFromGitHub {
owner = "Subbeh";
repo = "tmux-tpad";
rev = "v0.3.0";
hash = "sha256-w1eNg6n5JEWcKT7hCr3nFPe01kW3PwGBx8sdtfFojvk=";
};
meta = {
homepage = "https://github.com/Subbeh/tmux-tpad";
description = "Tmux scratchpad plugin";
license = lib.licenses.mit;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ anned20 ];
};
};
tmux-window-name = mkTmuxPlugin {
pluginName = "tmux-window-name";
version = "2024-03-08";