aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common/optional/adb.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/common/optional/adb.nix')
-rw-r--r--hosts/common/optional/adb.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/common/optional/adb.nix b/hosts/common/optional/adb.nix
new file mode 100644
index 0000000..435add8
--- /dev/null
+++ b/hosts/common/optional/adb.nix
@@ -0,0 +1,3 @@
+{
+ programs.adb.enable = true;
+}