feat(tmux): add plugins

main
mandlm 2022-06-22 21:41:06 +02:00
parent 24b2c76e90
commit 95da51c348
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 6 additions and 0 deletions

View File

@ -98,9 +98,15 @@
enable = true; enable = true;
newSession = true; newSession = true;
keyMode = "vi"; keyMode = "vi";
extraConfig = '' extraConfig = ''
set-option -g status off set-option -g status off
''; '';
plugins = with pkgs.tmuxPlugins; [
vim-tmux-navigator
tmux-colors-solarized
];
}; };
gpg = { gpg = {