phone: Drop LIBGL_ALWAYS_SOFTWARE

This was used to get kitty to work however GNOME terminal is much faster
than kitty on the PinePhone and has touch support, making it superior
for daily use.
This commit is contained in:
Donovan Glover 2024-06-24 20:13:35 -04:00
parent ebaaa235ad
commit 99f6ba7e87
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -49,12 +49,6 @@ in
};
};
environment = {
sessionVariables = {
LIBGL_ALWAYS_SOFTWARE = "true";
};
};
programs = {
calls.enable = true;
};