summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--hosts/thinklappi/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/thinklappi/default.nix b/hosts/thinklappi/default.nix
index 855c03d..699e844 100644
--- a/hosts/thinklappi/default.nix
+++ b/hosts/thinklappi/default.nix
@@ -13,6 +13,9 @@
     bluetooth.enable = true;
     pulseaudio.enable = false;
   };
+
+  virtualisation.waydroid.enable = true; # Android emulation
+
   security = {
     rtkit.enable = true;
     pam.services.swaylock = {};