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;
newSession = true;
keyMode = "vi";
extraConfig = ''
set-option -g status off
'';
plugins = with pkgs.tmuxPlugins; [
vim-tmux-navigator
tmux-colors-solarized
];
};
gpg = {