Fixed terminal true-color

This commit is contained in:
Tim Schubert 2022-01-30 13:19:40 +01:00
parent 2ab386ce5c
commit dfe9de1d0f
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
4 changed files with 8 additions and 2 deletions

View file

@ -15,9 +15,10 @@ in
programs.alacritty = {
enable = true;
settings = {
env.TERM = "xterm-256color";
scrolling.history = 0;
font = {
size = 10;
size = 9;
normal = {
family = "Jetbrains Mono";
style = "Regular";