pindakaas: Fix Alacritty black font

This commit is contained in:
Geoffrey Frogeye 2023-12-22 20:20:36 +01:00
parent 53304b4abd
commit 73bdb5e567
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
3 changed files with 2 additions and 29 deletions

View file

@ -32,5 +32,6 @@
memoryMax = builtins.floor (4022636544 * 1.5); # Factory settings
};
# Fixes black font on Alacritty
environment.variables.PAN_MESA_DEBUG = "gl3";
}