Working
This commit is contained in:
parent
bc1347a224
commit
270252e5f8
19 changed files with 178 additions and 84 deletions
9
modules/adb/default.nix
Normal file
9
modules/adb/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
programs.adb.enable = true;
|
||||
users.users.ccr.extraGroups = ["adbusers"];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue