mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
configure tmux
This commit is contained in:
parent
1e9555dea5
commit
99cbae19f1
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue