workstation: add waydroid

This commit is contained in:
ooks-io 2024-11-08 16:35:17 +11:00
parent 11bd9a3671
commit 8e217a3768
2 changed files with 8 additions and 0 deletions

View file

@ -3,5 +3,6 @@
./1password.nix ./1password.nix
./dconf.nix ./dconf.nix
./kdeconnect.nix ./kdeconnect.nix
./waydroid.nix
]; ];
} }

View file

@ -0,0 +1,7 @@
{
virtualisation = {
waydroid = {
enable = true;
};
};
}