flake/common/waydroid.nix

8 lines
106 B
Nix

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