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

View File

@@ -20,6 +20,7 @@ in {
../../modules/virtualization.nix ../../modules/virtualization.nix
../../modules/harden.nix ../../modules/harden.nix
../../modules/kde.nix ../../modules/kde.nix
../../modules/waydroid.nix
]; ];
# Set networking # Set networking

5
modules/waydroid.nix Normal file
View File

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