nix-community / nix-on-droid

Nix-enabled environment for your Android device. [maintainers=@t184256,@Gerschtli]
https://nix-on-droid.unboiled.info
MIT License
1.15k stars 65 forks source link

Replacing xdg-open with termux-open #344

Open Zh40Le1ZOOB opened 3 months ago

Zh40Le1ZOOB commented 3 months ago

In Termux, xdg-open is an alias of termux-open, that could open links and files using Android Browsers. But in Nix-on-Droid, xdg-open is built for full Linux environment, so it cannot open links correctly on Android. I think add termux-open to Nix-on-Droid could solves.