{pkgs, ...}: { programs.tmux = { enable = true; clock24 = true; customPaneNavigationAndResize = true; terminal = "screen-256color"; }; }