NixOS/dev/waydroid.nix

5 lines
94 B
Nix

{ pkgs, config, ... }: {
# android container
virtualisation.waydroid.enable = true;
}