mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 16:23:57 +01:00
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:
parent
75e5323720
commit
3e4d3d1d2e
@ -1,10 +1,15 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.sessionVariables = {
|
||||
LIBGL_ALWAYS_SOFTWARE = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
chatty
|
||||
gnome-console
|
||||
megapixels
|
||||
kitty
|
||||
neovim
|
||||
fish
|
||||
yazi
|
||||
|
Loading…
Reference in New Issue
Block a user