mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +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
|
pwgen
|
||||||
pv
|
pv
|
||||||
tree
|
tree
|
||||||
tmux
|
|
||||||
psmisc
|
psmisc
|
||||||
ncdu
|
ncdu
|
||||||
git
|
git
|
||||||
|
@ -83,6 +82,11 @@ in
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs.tmux = {
|
||||||
|
enable = true;
|
||||||
|
terminal = "screen-256color";
|
||||||
|
};
|
||||||
|
|
||||||
programs.bash.interactiveShellInit = ''
|
programs.bash.interactiveShellInit = ''
|
||||||
stty -ixon
|
stty -ixon
|
||||||
alias p=python3
|
alias p=python3
|
||||||
|
|
Loading…
Reference in a new issue