Added waydroid
This commit is contained in:
5
modules/waydroid.nix
Normal file
5
modules/waydroid.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{pkgs, ...}: {
|
||||
virtualisation.waydroid.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [wl-clipboard];
|
||||
}
|
||||
Reference in New Issue
Block a user