From 8e2d4a753ff50bd2a71260eccdbab47801ecb711 Mon Sep 17 00:00:00 2001 From: Gregory Bednov Date: Mon, 25 Aug 2025 13:46:09 +0300 Subject: [PATCH] tmux added --- configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configuration.nix b/configuration.nix index 8b459ca..ef341f6 100644 --- a/configuration.nix +++ b/configuration.nix @@ -337,6 +337,12 @@ in }; imports = [ ./hardware-configuration.nix ]; + programs.tmux = { + enable = true; + withUtempter = true; + historyLimit = 5000; + clock24 = true; + }; # если машина установлена на диск с Windows, # то она позволяет "увидеть" и выбрать Windows в течение 30 с