diff options
Diffstat (limited to 'options.nix')
| -rw-r--r-- | options.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options.nix b/options.nix index 9a24dc5..57e48db 100644 --- a/options.nix +++ b/options.nix @@ -502,6 +502,7 @@ in { virt = { docker.enable = mkEnableOption "Install docker and its components."; qemu.enable = mkEnableOption "Install qemu and its components."; + waydroid.enable = mkEnableOption "Install waydroid and its components."; }; # |