config/homes/common/tmux.nix
2024-09-29 16:42:01 +01:00

9 lines
120 B
Nix

{
programs.tmux = {
enable = true;
clock24 = true;
mouse = true;
terminal = "screen-256color";
};
}