This commit is contained in:
k3t
2026-08-09 14:05:20 -06:00
parent 550b91fd59
commit e766d73c6d
+1 -1
View File
@@ -3,7 +3,7 @@
{
virtualisation.waydroid = {
enable = true;
package = pkgs.waydroid;
package = pkgs.waydroid-nftables;
};
environment.systemPackages = [ pkgs.wl-clipboard ];
}