tmuxPlugins.rose-pine: init at unstable-2024-01-08 (#282379)
* tmuxPlugins.rose-pine: init at unstable-2024-01-08
This commit is contained in:
parent
1eddee8f5c
commit
be1ced463b
1 changed files with 17 additions and 0 deletions
|
@ -534,6 +534,23 @@ in rec {
|
|||
};
|
||||
};
|
||||
|
||||
rose-pine = mkTmuxPlugin {
|
||||
pluginName = "rose-pine";
|
||||
version = "unstable-2024-01-08";
|
||||
rtpFilePath = "rose-pine.tmux";
|
||||
src = fetchFromGitHub {
|
||||
owner = "rose-pine";
|
||||
repo = "tmux";
|
||||
rev = "dd6d01338ac4afeb96542dcf24e4a7fe179b69e6";
|
||||
sha256 = "sha256-Tccb4VjdotOSw7flJV4N0H4557NxRhXiCecZBPU9ICQ=";
|
||||
};
|
||||
meta = {
|
||||
homepage = "https://github.com/rose-pine/tmux";
|
||||
description = "Rosé Pine theme for tmux";
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
};
|
||||
|
||||
sensible = mkTmuxPlugin {
|
||||
pluginName = "sensible";
|
||||
version = "unstable-2017-09-05";
|
||||
|
|
Loading…
Reference in a new issue