diff --git a/home/tmux.nix b/home/tmux.nix index b19036a..d79458a 100644 --- a/home/tmux.nix +++ b/home/tmux.nix @@ -11,5 +11,6 @@ in enable = true; baseIndex = 1; terminal = "screen-256color"; + clock24 = true; }; }