config/homes/common/tmux.nix

9 lines
120 B
Nix
Raw Normal View History

2024-09-15 12:56:25 +01:00
{
programs.tmux = {
enable = true;
clock24 = true;
mouse = true;
terminal = "screen-256color";
};
}