mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-18 00:12:49 +01:00
8 lines
94 B
Nix
8 lines
94 B
Nix
_:
|
|
|
|
{
|
|
system.stateVersion = "23.11";
|
|
android-integration = {
|
|
am.enable = true;
|
|
};
|
|
}
|