feat: switch to black on white theme
Some checks failed
Continuous Integration / Checks (push) Has been cancelled

This commit is contained in:
Tim Schubert 2025-04-13 20:56:56 +02:00
parent d257a18c2c
commit cde3f39c11
No known key found for this signature in database
5 changed files with 54 additions and 20 deletions

View file

@ -17,7 +17,7 @@ in
programs.alacritty = {
enable = true;
settings = {
env.TERM = "xterm-256color";
env.TERM = "xterm-mono";
scrolling.history = 0;
font = {
size = 9;