about summary refs log tree commit diff stats
path: root/nix-conf
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-11-21 13:18:57 +0000
committerDavid Morgan <djm_uk@protonmail.com>2022-11-21 13:18:57 +0000
commit94dc151a8874017eb7495908331d4aac8209b2e9 (patch)
tree2844035fc6fe4a6918867ba39e49986bb156f62e /nix-conf
parent13c65cbd1ddb648b0857cf28a07e74f26cc03faf (diff)
downloaddotfiles-94dc151a8874017eb7495908331d4aac8209b2e9.tar.gz
Always use screen-256color as tmux terminal type
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 = ''