tmuxPlugins.rose-pine: init at unstable-2024-01-08 (#282379)

* tmuxPlugins.rose-pine: init at unstable-2024-01-08
This commit is contained in:
Axel Larsson 2024-01-30 10:36:04 +01:00 committed by GitHub
parent 1eddee8f5c
commit be1ced463b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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";