dot_testing/modules/adb.nix

7 lines
110 B
Nix
Raw Permalink Normal View History

2024-01-18 03:54:32 -06:00
{ lib, config, pkgs, ...}:
{
programs.adb.enable = true;
users.users.usr.extraGroups = [ "adbusers" ];
}