feat(waydroid): add waydroid configuration

This commit is contained in:
2025-09-03 11:45:12 +02:00
parent f3f390aae4
commit 349cbfa263
3 changed files with 22 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
{
imports = [./hyprland.nix ./niri.nix ./xserver.nix];
imports = [
./hyprland.nix
./niri.nix
./waydroid.nix
./xserver.nix
];
}