diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/common/optional/adb.nix | 3 |
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; +} |