updates
This commit is contained in:
parent
84c6992a2e
commit
84b3618a24
4 changed files with 45 additions and 4 deletions
|
@ -48,8 +48,19 @@
|
|||
psmisc
|
||||
ripgrep
|
||||
rsync
|
||||
tmux
|
||||
zoxide
|
||||
tmux
|
||||
];
|
||||
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
withUtempter = true;
|
||||
terminal = "tmux-256color";
|
||||
secureSocket = false;
|
||||
extraConfig = ''
|
||||
set -g mouse on
|
||||
setw -g mouse on
|
||||
'';
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
tmux = {
|
||||
enable = true;
|
||||
shortcut = "b";
|
||||
terminal = "screen-256color";
|
||||
clock24 = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue