Waydroid: Difference between revisions
Tag: Undo |
Barsikus007 (talk | contribs) m fix →Mount host directories |
||
| 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"> | ||
environment.systemPackages = [ pkgs.waydroid-helper ]; | environment.systemPackages = [ pkgs.waydroid-helper ]; | ||
systemd = { | systemd = { | ||
packages = [ pkgs.waydroid-helper ]; | packages = [ pkgs.waydroid-helper ]; | ||
services.waydroid-mount.wantedBy = [ " | services.waydroid-mount.wantedBy = [ "multi-user.target" ]; | ||
}; | }; | ||