nix-on-droid/tests/on-device/config-android-integration.nix

13 lines
262 B
Nix

_:
{
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;
};
}