From 42abe2543cc300eeddbf0ab90b32dbee79175f65 Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Sun, 20 Oct 2024 20:19:05 +0200 Subject: [PATCH] feat(zephyrus): Enable `adb` --- hosts/Zephyrus/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/Zephyrus/default.nix b/hosts/Zephyrus/default.nix index 715f079..4b51868 100644 --- a/hosts/Zephyrus/default.nix +++ b/hosts/Zephyrus/default.nix @@ -45,6 +45,9 @@ }; }; + # ADB + programs.adb.enable = true; + # User config users.groups.gaspard = { name = "gaspard"; @@ -56,6 +59,7 @@ "video" "seat" "audio" + "adbusers" "networkmanager" ]; group = "gaspard";