mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
modules/android-integration: termux-wake-lock and termux-wake-unlock
This commit is contained in:
parent
b195fa0b15
commit
438cf8c620
6 changed files with 100 additions and 6 deletions
|
|
@ -8,6 +8,8 @@ load lib
|
|||
run ! command -v termux-setup-storage
|
||||
run ! command -v termux-open
|
||||
run ! command -v termux-open-url
|
||||
run ! command -v termux-wake-lock
|
||||
run ! command -v termux-wake-unlock
|
||||
run ! command -v xdg-open
|
||||
run ! command -v termux-backup
|
||||
|
||||
|
|
@ -20,6 +22,8 @@ load lib
|
|||
command -v termux-setup-storage
|
||||
command -v termux-open
|
||||
command -v termux-open-url
|
||||
command -v termux-wake-lock
|
||||
command -v termux-wake-unlock
|
||||
command -v xdg-open
|
||||
run ! command -v termux-backup
|
||||
|
||||
|
|
@ -32,6 +36,8 @@ load lib
|
|||
command -v termux-setup-storage
|
||||
command -v termux-open
|
||||
command -v termux-open-url
|
||||
command -v termux-wake-lock
|
||||
command -v termux-wake-unlock
|
||||
command -v xdg-open
|
||||
command -v termux-backup
|
||||
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@ _:
|
|||
termux-open.enable = true;
|
||||
termux-open-url.enable = true;
|
||||
termux-setup-storage.enable = true;
|
||||
termux-wake-lock.enable = true;
|
||||
termux-wake-unlock.enable = true;
|
||||
xdg-open.enable = true;
|
||||
# unsupported.enable = false;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue