enable waydroid; use vscode tailwind extension because it supports the latest beta; update lock file

This commit is contained in:
2025-01-21 00:31:24 +00:00
parent 4e91adfd14
commit 39ae22d7dc
3 changed files with 22 additions and 16 deletions

View File

@@ -17,6 +17,9 @@
# Required for containers under podman-compose to be able to talk to each other.
defaultNetwork.settings.dns_enabled = true;
};
waydroid = {
enable = true;
};
};
programs.virt-manager.enable = true;
}