mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36:07 +01:00
10 lines
168 B
Nix
10 lines
168 B
Nix
_:
|
|
|
|
{
|
|
system.stateVersion = "23.11";
|
|
android-integration = {
|
|
am.enable = true;
|
|
termux-setup-storage.enable = true;
|
|
# unsupported.enable = false;
|
|
};
|
|
}
|