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 = {