mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 17:57:47 +02: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, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
environment.sessionVariables = {
|
||||||
|
LIBGL_ALWAYS_SOFTWARE = true;
|
||||||
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
chatty
|
chatty
|
||||||
gnome-console
|
gnome-console
|
||||||
megapixels
|
megapixels
|
||||||
|
kitty
|
||||||
neovim
|
neovim
|
||||||
fish
|
fish
|
||||||
yazi
|
yazi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user