fix: ADB
This commit is contained in:
parent
580dbbe5ce
commit
9023767f90
4
nixos/modules/adb.nix
Normal file
4
nixos/modules/adb.nix
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
programs.adb.enable = true;
|
||||
users.users.sweetbread.extraGroups = ["adbusers"]; # FIXME: check users
|
||||
}
|
@ -12,5 +12,6 @@
|
||||
./bluetooth.nix
|
||||
./vpn.nix
|
||||
./printing.nix
|
||||
./adb.nix
|
||||
];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user