module(waydroid): Add waydroid module

This commit is contained in:
ulic-youthlic 2025-07-02 18:39:25 +08:00
parent 4b2706cf9b
commit 6267da609a
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
11 changed files with 381 additions and 11 deletions

View file

@ -33,3 +33,6 @@ in
in
lib.genAttrs ["immersive-translate" "tridactyl" "redirector"] (name: firefox-addons."${name}")
)
// {
inherit (inputs.nur-ataraxiasjel.outputs.packages.${pkgs.system}) waydroid-script;
}