Added waydroid

This commit is contained in:
2024-07-03 23:21:09 -03:00
parent 72a87fbba1
commit 73022568b2
2 changed files with 6 additions and 0 deletions

5
modules/waydroid.nix Normal file
View File

@@ -0,0 +1,5 @@
{pkgs, ...}: {
virtualisation.waydroid.enable = true;
environment.systemPackages = with pkgs; [wl-clipboard];
}