From 6b6b6a1ef1017080dbf0d1b97d2e0bd444504337 Mon Sep 17 00:00:00 2001 From: Ashhhleyyy Date: Tue, 5 Mar 2024 20:00:41 +0000 Subject: [PATCH] feat(alex): enable waydroid --- hosts/alex/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/alex/configuration.nix b/hosts/alex/configuration.nix index d800618..a338f03 100644 --- a/hosts/alex/configuration.nix +++ b/hosts/alex/configuration.nix @@ -70,5 +70,7 @@ nixpkgs.config.allowUnfree = true; #programs.calls.enable = true; + virtualisation.waydroid.enable = true; + system.stateVersion = "22.11"; }