feat(tmux): add plugins
parent
24b2c76e90
commit
95da51c348
|
@ -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…
Reference in New Issue