feat(nix-on-droid): enanle android
integration
Most notably: `am`, `termux-open`/`xdg-open`
This commit is contained in:
parent
91f0deb3bc
commit
bdeb0ae13b
1 changed files with 13 additions and 0 deletions
13
modules/nix-on-droid/am/default.nix
Normal file
13
modules/nix-on-droid/am/default.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ lib, pkgs, config, ... }:
|
||||
|
||||
{
|
||||
android-integration = {
|
||||
am.enable = true;
|
||||
termux-open.enable = true;
|
||||
termux-open-url.enable = true;
|
||||
termux-reload-settings.enable = true;
|
||||
termux-wake-unlock.enable = true;
|
||||
unsupported.enable = true;
|
||||
xdg-open.enable = true;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue