update waydroid.nix & firewall.nix

This commit is contained in:
k3t
2026-08-08 14:23:43 +00:00
parent 3572ef72af
commit b00cadd7a3
2 changed files with 17 additions and 11 deletions
+1
View File
@@ -3,6 +3,7 @@
{
virtualisation.waydroid = {
enable = true;
package = pkgs.waydroid-nftables;
};
environment.systemPackages = [ pkgs.wl-clipboard ];
}