Allow truecolor in terminal

This commit is contained in:
Riley Apeldoorn 2023-05-23 10:48:06 +02:00
parent be47076928
commit 4f21c610a5

View file

@ -6,7 +6,7 @@ let theme = config.theme; in {
enable = true;
settings = {
term = "xterm";
term = "xterm-256color";
enable_audio_bell = false;
scrollback_lines = 5000000;
background = "#${theme.background.minor}";