{ config, pkgs, ... }: { programs.tmux = { enable = true; clock24 = true; }; environment.systemPackages = [ pkgs.tmux ]; }