nixos/modules/waydroid.nix

4 lines
68 B
Nix

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