Skip to content

Commit

Permalink
nixos/gnome: Install MBROLA voices
Browse files Browse the repository at this point in the history
These provide slightly nicer pronunciation.
Since we plan to stop hardcoding the path to the voices in `espeak-ng`,
we need to pull them through the NixOS module.
  • Loading branch information
jtojnar committed Jul 8, 2024
1 parent 5789376 commit 38dd1a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/modules/services/x11/desktop-managers/gnome.nix
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ in
services.gnome.rygel.enable = mkDefault true;
services.gvfs.enable = true;
services.system-config-printer.enable = (lib.mkIf config.services.printing.enable (mkDefault true));
programs.mbrola-voices.enable = notExcluded pkgs.orca;

systemd.packages = with pkgs.gnome; [
gnome-session
Expand Down

0 comments on commit 38dd1a6

Please sign in to comment.