feat(zephyrus): Enable adb

This commit is contained in:
GaspardCulis 2024-10-20 20:19:05 +02:00
parent 87efdf668e
commit 42abe2543c

View file

@ -45,6 +45,9 @@
}; };
}; };
# ADB
programs.adb.enable = true;
# User config # User config
users.groups.gaspard = { users.groups.gaspard = {
name = "gaspard"; name = "gaspard";
@ -56,6 +59,7 @@
"video" "video"
"seat" "seat"
"audio" "audio"
"adbusers"
"networkmanager" "networkmanager"
]; ];
group = "gaspard"; group = "gaspard";