mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-12-12 03:51:11 +01:00
modules/android-integration: termux-open, termux-open-url, xdg-open
This commit is contained in:
parent
cc573e03d9
commit
6f944fe209
6 changed files with 81 additions and 14 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue