global/tmux: refactor config
This commit is contained in:
parent
03e39f05da
commit
edcd44d3be
1 changed files with 2 additions and 5 deletions
|
@ -1,12 +1,9 @@
|
|||
{ ... }: {
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
mouse = true;
|
||||
clock24 = true;
|
||||
terminal = "screen-256color";
|
||||
terminal = "xterm-256color";
|
||||
prefix = "C-Space";
|
||||
|
||||
extraConfig = ''
|
||||
set -g mouse on
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue