Skip to content

Commit

Permalink
📦 Added the ttv-lol-pro firefox addon
Browse files Browse the repository at this point in the history
  • Loading branch information
theobori committed Jan 26, 2025
1 parent a403a38 commit 2e467c7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions modules/home/browsers/firefox/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,24 @@ in
};
}
)
(
let
version = "2.3.10";
in
buildFirefoxXpiAddon {
pname = "ttv-lol-pro";
inherit version;
addonId = "{76ef94a4-e3d0-4c6f-961a-d38a429a332b}";
url = "https://addons.mozilla.org/firefox/downloads/file/4357094/ttv_lol_pro-${version}.xpi";
sha256 = "sha256-szzQzU41IVIO8jOyEXkij9reyhaDWayrTCS7saFm/No=";
meta = {
homepage = "";
description = "";
license = lib.licenses.asl20;
platforms = lib.platforms.all;
};
}
)
]) "Extensions to install.";

policies = mkOpt attrs {
Expand Down

0 comments on commit 2e467c7

Please sign in to comment.