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" ];