some upd
This commit is contained in:
@@ -1 +1,14 @@
|
||||
{ }
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
clock24 = true;
|
||||
keyMode = "vi";
|
||||
historyLimit = 5000;
|
||||
mouse = true;
|
||||
newSession = true;
|
||||
shell = "${pkgs.zsh}/bin/zsh";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user