From 95da51c348bffa55a951e09497bfb8d70e6ceb76 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Wed, 22 Jun 2022 21:41:06 +0200 Subject: [PATCH] feat(tmux): add plugins --- home-mandlm.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home-mandlm.nix b/home-mandlm.nix index c987600..0051347 100644 --- a/home-mandlm.nix +++ b/home-mandlm.nix @@ -98,9 +98,15 @@ enable = true; newSession = true; keyMode = "vi"; + extraConfig = '' set-option -g status off ''; + + plugins = with pkgs.tmuxPlugins; [ + vim-tmux-navigator + tmux-colors-solarized + ]; }; gpg = {