10 lines
152 B
Nix
10 lines
152 B
Nix
{ ... }:
|
|
{
|
|
programs.tmux = {
|
|
enable = true;
|
|
mouse = true;
|
|
clock24 = true;
|
|
terminal = "xterm-256color";
|
|
prefix = "C-Space";
|
|
};
|
|
}
|