about summary refs log tree commit diff stats
path: root/nix-conf
diff options
context:
space:
mode:
Diffstat (limited to 'nix-conf')
-rw-r--r--nix-conf/home/includes/linux-server.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix-conf/home/includes/linux-server.nix b/nix-conf/home/includes/linux-server.nix
index 45fe3bd..30ad8e7 100644
--- a/nix-conf/home/includes/linux-server.nix
+++ b/nix-conf/home/includes/linux-server.nix
@@ -21,7 +21,7 @@
 
   programs.tmux = {
     enable = true;
-    #terminal = "screen-256color";
+    terminal = "screen-256color";
     prefix = "C-a";
     #tmuxp.enable = true;
     extraConfig = ''