From a9714a1d6c907c59190100661f16c97a06423fae Mon Sep 17 00:00:00 2001 From: "Ricardo (XenGi) Band" Date: Fri, 5 Dec 2025 21:33:54 +0100 Subject: [PATCH] add tmux --- configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configuration.nix b/configuration.nix index 3b202e0..571d7e7 100644 --- a/configuration.nix +++ b/configuration.nix @@ -135,6 +135,13 @@ htop = { enable = true; }; + tmux = { + enable = true; + terminal = "screen-256color"; + shortcut = "a"; + newSession = true; + clock24 = true; + }; ssh.startAgent = true; };