feat(user/malte): enable waydroid

This commit is contained in:
Malte Tammena 2024-11-17 15:13:02 +01:00
parent 5bd3386dfa
commit 4322a045c2

View file

@ -64,6 +64,7 @@ in {
services.clamav.daemon.enable = true; services.clamav.daemon.enable = true;
services.clamav.updater.enable = true; services.clamav.updater.enable = true;
environment.systemPackages = [inputs.self.packages.x86_64-linux.api pkgs.adwaita-icon-theme pkgs.gtk3]; environment.systemPackages = [inputs.self.packages.x86_64-linux.api pkgs.adwaita-icon-theme pkgs.gtk3];
virtualisation.waydroid.enable = true;
services.flatpak.enable = true; services.flatpak.enable = true;