From fdaab1a4868f61c03a44df800d6199ef89973102 Mon Sep 17 00:00:00 2001
From: Jens Nolte <jens@nightmarestudio.de>
Date: Tue, 7 Apr 2020 14:46:33 +0200
Subject: [PATCH] Enable tmux

---
 nixos/layers/zsh.nix | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/nixos/layers/zsh.nix b/nixos/layers/zsh.nix
index d151f29..3e6ba5f 100644
--- a/nixos/layers/zsh.nix
+++ b/nixos/layers/zsh.nix
@@ -10,6 +10,12 @@ in
     less
   ];
 
+  programs.tmux = {
+    enable = true;
+    terminal = "tmux-256color";
+    clock24 = true;
+  };
+
   programs.zsh.enable = true;
   programs.zsh.enableGlobalCompInit = false;
 
-- 
GitLab