feat: add current (nixos-unstabe) version of waydroid-helper
This commit is contained in:
parent
43eb7d3add
commit
461a4b0146
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
{
|
{pkgs, ...}: {
|
||||||
# for running android apps
|
# for running android apps
|
||||||
# also starts the systemd service waydroid-container
|
# also starts the systemd service waydroid-container
|
||||||
virtualisation.waydroid.enable = true;
|
virtualisation.waydroid.enable = true;
|
||||||
|
|
||||||
|
environment.systemPackages = [ pkgs.unstable.waydroid-helper ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue