From 99cbae19f1f1a45e22822c71c66c90d77a08b662 Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Sun, 20 Dec 2020 00:51:18 -0500 Subject: [PATCH] configure tmux --- modules/cli.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/cli.nix b/modules/cli.nix index 1d7e9f1..3ed8747 100644 --- a/modules/cli.nix +++ b/modules/cli.nix @@ -14,7 +14,6 @@ in pwgen pv tree - tmux psmisc ncdu git @@ -83,6 +82,11 @@ in }) ]; + programs.tmux = { + enable = true; + terminal = "screen-256color"; + }; + programs.bash.interactiveShellInit = '' stty -ixon alias p=python3