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