mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
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.
This commit is contained in:
parent
4acad94f07
commit
9af27f1cb5
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ in
|
|||
|
||||
config = mkIf cfg.enable {
|
||||
environment.systemPackages = [ cfg.package ];
|
||||
systemd.services.display-manager.path = [ cfg.package ];
|
||||
services.speechd.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue