From 5f4da82057dabd210a4a8bea9ce90a844703cd29 Mon Sep 17 00:00:00 2001 From: k Date: Sat, 21 Sep 2024 18:34:25 -0400 Subject: [PATCH] removed waydroid --- hosts/laptop/configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 82f9cc0..b3632e9 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -8,7 +8,6 @@ time.timeZone = "America/New_York"; security.rtkit.enable = true; powerManagement.enable = true; - virtualisation.waydroid.enable = true; nix = { settings.experimental-features = [ "nix-command" "flakes" ];