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

nixos/gnome/at-spi2-core: fix disabling a11y in all contexts

authored by

Kira Bruneau and committed by
GitHub
0cc094c0 dcceeb98

+1 -1
+1 -1
nixos/modules/services/desktops/gnome/at-spi2-core.nix
··· 51 }) 52 53 (mkIf (!config.services.gnome.at-spi2-core.enable) { 54 - environment.variables = { 55 NO_AT_BRIDGE = "1"; 56 GTK_A11Y = "none"; 57 };
··· 51 }) 52 53 (mkIf (!config.services.gnome.at-spi2-core.enable) { 54 + environment.sessionVariables = { 55 NO_AT_BRIDGE = "1"; 56 GTK_A11Y = "none"; 57 };