Merge pull request #265886 from kira-bruneau/at-spi2-core

nixos/gnome/at-spi2-core: fix disabling a11y in all contexts
This commit is contained in:
Kira Bruneau 2023-11-10 16:31:53 -05:00 committed by GitHub
commit 0cc094c041
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ with lib;
})
(mkIf (!config.services.gnome.at-spi2-core.enable) {
environment.variables = {
environment.sessionVariables = {
NO_AT_BRIDGE = "1";
GTK_A11Y = "none";
};