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