diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-08-18 11:20:12 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-08-18 11:20:12 -0500 |
commit | 4deaf45790925cc8307ca16120c49a570018275c (patch) | |
tree | cb6b5fd87eeb5a94ee4cc52b34267deeeea85af2 /hosts/tomato | |
parent | 613943f1e3a54b2864276177ef28bf800135079f (diff) | |
download | nixos-config-4deaf45790925cc8307ca16120c49a570018275c.tar.gz nixos-config-4deaf45790925cc8307ca16120c49a570018275c.zip |
hosts/tomato: Enable ADB
Diffstat (limited to 'hosts/tomato')
-rw-r--r-- | hosts/tomato/packages.nix | 1 |
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" |