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