universe/users/profiles/tmux.nix

7 lines
111 B
Nix

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