This commit is contained in:
Vivian 2023-12-26 16:13:54 +01:00
parent 84c6992a2e
commit 84b3618a24
4 changed files with 45 additions and 4 deletions

View file

@ -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
'';
};
}

View file

@ -31,7 +31,6 @@
tmux = {
enable = true;
shortcut = "b";
terminal = "screen-256color";
clock24 = true;
};