{ config, lib, ... }: { programs.tmux = { enable = true; clock24 = true; terminal = "xterm-256color"; extraConfig = '' set -g mouse on ''; }; }