diff options
Diffstat (limited to 'tmux.nix')
| -rw-r--r-- | tmux.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ { config, pkgs, ... }: { - programs.tmux = { + programs.tmux = { enable = true; terminal = "xterm-256color"; historyLimit = 5000; |
