Remove libretranslate

It only translates a single word, no list of possible translations.
It is also slow and huge.

I'll keep using deepl for now.
This commit is contained in:
Daniel Siepmann 2023-11-13 21:05:20 +01:00
parent c06e919d33
commit 7a0068bd9f
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4
2 changed files with 0 additions and 21 deletions

View file

@ -1,18 +0,0 @@
{ pkgs }:
{
Unit = {
Description = "LibreTrnalsate";
PartOf = "graphical-session.target";
};
Service = {
ExecStart = "${pkgs.libretranslate}/bin/libretranslate --load-only de,en --disable-files-translation";
};
Install = {
WantedBy = [
"hm-graphical-session.target"
];
};
}

View file

@ -5,9 +5,6 @@
batteryicon = import ./services/batteryicon.nix {
inherit pkgs;
};
libretranslate = import ./services/libretranslate.nix {
inherit pkgs;
};
};
tmpfiles.rules = [