Files
nix/hosts/common/system/configs/tmux/default.nix
2024-07-08 20:01:55 +03:00

10 lines
137 B
Nix

{
programs.tmux = {
enable = true;
clock24 = true;
historyLimit = 10000;
keyMode = "vi";
newSession = true;
};
}