From 64f54a8e5b35fcb475a22b4f19a98b62eb387c43 Mon Sep 17 00:00:00 2001 From: 0xTux <0xtux@pm.me> Date: Mon, 17 Jun 2024 23:41:08 +0530 Subject: [PATCH] remove tmux power plugin --- modules/home-manager/tmux/default.nix | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/modules/home-manager/tmux/default.nix b/modules/home-manager/tmux/default.nix index c6646d7..fe4aa26 100644 --- a/modules/home-manager/tmux/default.nix +++ b/modules/home-manager/tmux/default.nix @@ -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\"