Waydroid: Difference between revisions
waydroid-helper: remove duplicate systemd.packages |
Tag: Undo |
||
Line 1: | Line 1: | ||
[https://waydro.id Waydroid] is an application which uses LXC containers to run Android applications on a non-Android system. | |||
{{Warning|Waydroid requires a [[Wayland]] desktop session and cannot be used on X11 directly, but can be run in a nested [[Wayland]] session, using e.g. [https://www.hjdskes.nl/projects/cage cage].}} | {{Warning|Waydroid requires a [[Wayland]] desktop session and cannot be used on X11 directly, but can be run in a nested [[Wayland]] session, using e.g. [https://www.hjdskes.nl/projects/cage cage].}} | ||
Line 103: | Line 103: | ||
=== Mount host directories === | === Mount host directories === | ||
{{Warning|Parts of this instruction will only work with the latest waydroid-helper package in NixOS master and will be available with the next release 25.11}}Install and configure graphical application <code>waydroid-helper</code><syntaxhighlight lang="nix"> | {{Warning|Parts of this instruction will only work with the latest waydroid-helper package in NixOS master and will be available with the next release 25.11}}Install and configure graphical application <code>waydroid-helper</code><syntaxhighlight lang="nix"> | ||
systemd.packages = [ pkgs.waydroid-helper ]; | |||
environment.systemPackages = [ pkgs.waydroid-helper ]; | environment.systemPackages = [ pkgs.waydroid-helper ]; | ||