From 137572e1719e32af6e8a310a17e3db8fe98f89e7 Mon Sep 17 00:00:00 2001 From: osbm Date: Tue, 4 Feb 2025 01:19:38 +0300 Subject: [PATCH] try enabling tmux this way --- modules/home.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/home.nix b/modules/home.nix index f49d7f1..cbc668f 100644 --- a/modules/home.nix +++ b/modules/home.nix @@ -54,6 +54,12 @@ }; }; }; + programs.tmux = { + enable = true; + historyLimit = 100000; + plugins = with pkgs; [ + ]; + }; # This value determines the Home Manager release that your # configuration is compatible with. This helps avoid breakage # when a new Home Manager release introduces backwards