Commit 9af27f1c authored by Jan Tojnar's avatar Jan Tojnar
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.
parent 4acad94f
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;
  };
}