2 changed files with 21 additions and 0 deletions
@ -0,0 +1,17 @@ |
|||
# ebook reading requirements |
|||
|
|||
{ config, pkgs, ... }: |
|||
|
|||
{ |
|||
|
|||
environment.variables = { |
|||
FOLIATE_TTS_LANG="en-gb"; |
|||
}; |
|||
|
|||
environment.systemPackages = with pkgs; [ |
|||
python39Packages.gtts # Speech synthesizer, required for text to speech. |
|||
foliate # A simple and modern GTK eBook reader |
|||
vlc |
|||
]; |
|||
|
|||
} |
Loading…
Reference in new issue