diff --git a/configs/system.nix b/configs/system.nix index 9c8065e..f067476 100644 --- a/configs/system.nix +++ b/configs/system.nix @@ -35,9 +35,11 @@ hardware.pulseaudio.enable = true; hardware.pulseaudio.support32Bit = true; + programs.adb.enable = true; + users.users.froidmpa = { isNormalUser = true; - extraGroups = [ "wheel" ]; + extraGroups = [ "wheel" "adbusers" ]; shell = pkgs.zsh; };