configure tmux

This commit is contained in:
Sean Buckley 2020-12-20 00:51:18 -05:00
parent 1e9555dea5
commit 99cbae19f1

View file

@ -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