feat(waydroid): add waydroid configuration

This commit is contained in:
2025-09-03 11:45:12 +02:00
parent d38ed9651b
commit 2e8145f0f1
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
];
}