add tmux
This commit is contained in:
parent
288b50d993
commit
a9714a1d6c
1 changed files with 7 additions and 0 deletions
|
|
@ -135,6 +135,13 @@
|
||||||
htop = {
|
htop = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
tmux = {
|
||||||
|
enable = true;
|
||||||
|
terminal = "screen-256color";
|
||||||
|
shortcut = "a";
|
||||||
|
newSession = true;
|
||||||
|
clock24 = true;
|
||||||
|
};
|
||||||
ssh.startAgent = true;
|
ssh.startAgent = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue