feat(tmux): add plugins
This commit is contained in:
parent
24b2c76e90
commit
95da51c348
1 changed files with 6 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue