diff --git a/devices/pc/default.nix b/devices/pc/default.nix index ae8ddf58..0cc5a763 100644 --- a/devices/pc/default.nix +++ b/devices/pc/default.nix @@ -140,5 +140,6 @@ inputs: bugs = [ "xmunet" "suspend-hibernate-waydroid" "backlight" "amdpstate" ]; }; services.colord.enable = true; + virtualisation.anbox.enable = true; }; }