phone: Add kitty support with LIBGL_ALWAYS_SOFTWARE

The PinePhone uses old enough hardware that newer OpenGL versions aren't
supported, so software rendering must be used to make things work.
This commit is contained in:
Donovan Glover 2024-06-15 11:47:59 -04:00
parent 75e5323720
commit 3e4d3d1d2e
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -1,10 +1,15 @@
{ pkgs, ... }:
{
environment.sessionVariables = {
LIBGL_ALWAYS_SOFTWARE = true;
};
environment.systemPackages = with pkgs; [
chatty
gnome-console
megapixels
kitty
neovim
fish
yazi