feat: quick add tmux
This commit is contained in:
parent
4ecd96c3ec
commit
a4132eec74
@ -243,12 +243,19 @@ in
|
|||||||
programs.tmux = {
|
programs.tmux = {
|
||||||
enable = true;
|
enable = true;
|
||||||
historyLimit = 100000;
|
historyLimit = 100000;
|
||||||
|
clock24 = true;
|
||||||
|
keyMode = "vi";
|
||||||
|
prefix = "M-,";
|
||||||
plugins = [
|
plugins = [
|
||||||
pkgs.tmuxPlugins.vim-tmux-navigator
|
pkgs.tmuxPlugins.vim-tmux-navigator
|
||||||
pkgs.tmuxPlugins.better-mouse-mode
|
pkgs.tmuxPlugins.better-mouse-mode
|
||||||
pkgs.tmuxPlugins.sensible
|
pkgs.tmuxPlugins.sensible
|
||||||
pkgs.tmuxPlugins.weather
|
# pkgs.tmuxPlugins.tmux-powerline
|
||||||
|
|
||||||
|
pkgs.tmuxPlugins.power-theme
|
||||||
];
|
];
|
||||||
|
extraConfig = ''
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
sops = {
|
sops = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user