hosts: move adb into a module

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2025-06-29 17:28:47 +05:30
parent 8d3bbe9d75
commit 6c1400e295
3 changed files with 6 additions and 4 deletions

View File

@@ -0,0 +1,4 @@
{ ... }:
{
programs.adb.enable = true;
}