diff --git a/system-config/configuration/android/default.nix b/system-config/configuration/android/default.nix index 3349dcc..65148cf 100644 --- a/system-config/configuration/android/default.nix +++ b/system-config/configuration/android/default.nix @@ -46,7 +46,15 @@ time.timeZone = "America/Chicago"; - android-integration = {}; + android-integration = { + termux-open.enable = true; + termux-open-url.enable = true; + + termux-setup-storage.enable = true; + + termux-wake-lock.enable = true; + termux-wake-unlock.enable = true; + }; system.stateVersion = "24.05";