summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-08-18 11:20:12 -0500
committerSimon Parri <simonparri@ganzeria.com>2025-08-18 11:20:12 -0500
commit4deaf45790925cc8307ca16120c49a570018275c (patch)
treecb6b5fd87eeb5a94ee4cc52b34267deeeea85af2
parent613943f1e3a54b2864276177ef28bf800135079f (diff)
downloadnixos-config-4deaf45790925cc8307ca16120c49a570018275c.tar.gz
nixos-config-4deaf45790925cc8307ca16120c49a570018275c.zip
hosts/tomato: Enable ADB
-rw-r--r--hosts/tomato/packages.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/tomato/packages.nix b/hosts/tomato/packages.nix
index fe630b9..ffc6114 100644
--- a/hosts/tomato/packages.nix
+++ b/hosts/tomato/packages.nix
@@ -66,6 +66,7 @@ in
];
virtualisation.waydroid.enable = true;
+ programs.adb.enable = true;
this.unfree.allowed = [
"shipwright"