add geoclue and waydroid

This commit is contained in:
k3t
2026-08-08 02:26:34 -06:00
parent d2123f4e8d
commit d8dffd131f
3 changed files with 20 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
{
services = {
localtimed.enable = true;
geoclue2.enable = true;
};
}
+8
View File
@@ -0,0 +1,8 @@
{
virtualisation.waydroid = {
enable = true;
package = pkgs.waydroid-nftables;
};
environment.systemPackages = [ pkgs.wl-clipboard ];
programs.adb.enable = true;
}