nixos/modules/virtualisation/waydroid.nix

2 lines
76 B
Nix

{ config.virtualisation = { waydroid.enable = true; lxd.enable = true; }; }