mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-12-14 04:51:11 +01:00
modules/android-integration: termux-reload-settings
This commit is contained in:
parent
1bd1d47fdd
commit
fbdc0a0630
6 changed files with 52 additions and 2 deletions
|
|
@ -8,6 +8,7 @@ load lib
|
|||
run ! command -v termux-setup-storage
|
||||
run ! command -v termux-open
|
||||
run ! command -v termux-open-url
|
||||
run ! command -v termux-reload-settings
|
||||
run ! command -v termux-wake-lock
|
||||
run ! command -v termux-wake-unlock
|
||||
run ! command -v xdg-open
|
||||
|
|
@ -22,6 +23,7 @@ load lib
|
|||
command -v termux-setup-storage
|
||||
command -v termux-open
|
||||
command -v termux-open-url
|
||||
command -v termux-reload-settings
|
||||
command -v termux-wake-lock
|
||||
command -v termux-wake-unlock
|
||||
command -v xdg-open
|
||||
|
|
@ -36,6 +38,7 @@ load lib
|
|||
command -v termux-setup-storage
|
||||
command -v termux-open
|
||||
command -v termux-open-url
|
||||
command -v termux-reload-settings
|
||||
command -v termux-wake-lock
|
||||
command -v termux-wake-unlock
|
||||
command -v xdg-open
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ _:
|
|||
am.enable = true;
|
||||
termux-open.enable = true;
|
||||
termux-open-url.enable = true;
|
||||
termux-reload-settings.enable = true;
|
||||
termux-setup-storage.enable = true;
|
||||
termux-wake-lock.enable = true;
|
||||
termux-wake-unlock.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue