Commit 3e574f12 authored by Jan Tojnar's avatar Jan Tojnar Committed by github-actions[bot]
Browse files

nixos/orca: Make available to gdm greeter

Without this, the greeter is unable to see `orca` program on `PATH`
and so `${gdm}/share/gdm/greeter/autostart/orca-autostart.desktop`
will fail to start it. As a result, screen reader would not work
on the login screen.

(cherry picked from commit 9af27f1c)
parent 41d0856d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ in

  config = mkIf cfg.enable {
    environment.systemPackages = [ cfg.package ];
    systemd.services.display-manager.path = [ cfg.package ];
    services.speechd.enable = true;
  };
}