niksos/hosts/niks/waydroid.nix

9 lines
120 B
Nix

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