remove tmux power plugin

This commit is contained in:
2024-06-17 23:41:08 +05:30
parent 86b824bd08
commit 64f54a8e5b

View File

@ -1,23 +1,6 @@
{pkgs, ...}: {
{...}: {
programs.tmux = {
enable = true;
plugins = with pkgs; [
{
plugin = tmuxPlugins.power-theme.overrideAttrs (_: {
src = fetchFromGitHub {
owner = "wfxr";
repo = "tmux-power";
rev = "2e362c50e5772ba1d13a00628baba558b4220f41";
sha256 = "sha256-1hjQXC7261DiwrZ54PiwMLJM62srmP8koPNnTEp2zdI=";
};
});
extraConfig = "
set -g @tmux_power_theme '#83A3C2'
set -g @tmux_power_right_arrow_icon ''
set -g @tmux_power_left_arrow_icon ''
";
}
];
extraConfig = "
set-option -sa terminal-overrides \",xterm*:Tc\"