summaryrefslogtreecommitdiffstats
path: root/tmux.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.nix')
-rw-r--r--tmux.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.nix b/tmux.nix
index ec5ba81..130c204 100644
--- a/tmux.nix
+++ b/tmux.nix
@@ -1,7 +1,7 @@
{ config, pkgs, ... }:
{
- programs.tmux = {
+ programs.tmux = {
enable = true;
terminal = "xterm-256color";
historyLimit = 5000;