Fix colours in tmux

This commit is contained in:
Oliver Davies 2024-05-09 13:54:41 +01:00
parent 43c3def633
commit d9bd5fa3bd
2 changed files with 4 additions and 2 deletions
lib/nixos/home-manager/modules

View file

@ -9,7 +9,9 @@ in {
enable = true;
settings = {
window.opacity = 0.9;
env = {
TERM = "screen-256color";
};
window.padding = {
x = 15;