{ pkgs, ... }: { environment.sessionVariables = { QT_ACCESSIBILITY="1"; }; environment.systemPackages = with pkgs; [ orca # screenreader kmag # magnifier ]; }