Fix colours in tmux
This commit is contained in:
parent
43c3def633
commit
d9bd5fa3bd
2 changed files with 4 additions and 2 deletions
lib/nixos/home-manager/modules
|
@ -9,7 +9,9 @@ in {
|
|||
enable = true;
|
||||
|
||||
settings = {
|
||||
window.opacity = 0.9;
|
||||
env = {
|
||||
TERM = "screen-256color";
|
||||
};
|
||||
|
||||
window.padding = {
|
||||
x = 15;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue