modules/android-integration: termux-open, termux-open-url, xdg-open

This commit is contained in:
Alexander Sosedkin 2024-07-06 17:10:49 +02:00
parent cc573e03d9
commit 6f944fe209
6 changed files with 81 additions and 14 deletions

View file

@ -4,7 +4,10 @@ _:
system.stateVersion = "23.11";
android-integration = {
am.enable = true;
termux-open.enable = true;
termux-open-url.enable = true;
termux-setup-storage.enable = true;
xdg-open.enable = true;
# unsupported.enable = false;
};
}