This commit is contained in:
Sweetbread 2024-09-03 19:11:34 +03:00
parent 580dbbe5ce
commit 9023767f90
2 changed files with 5 additions and 0 deletions

4
nixos/modules/adb.nix Normal file
View File

@ -0,0 +1,4 @@
{
programs.adb.enable = true;
users.users.sweetbread.extraGroups = ["adbusers"]; # FIXME: check users
}

View File

@ -12,5 +12,6 @@
./bluetooth.nix
./vpn.nix
./printing.nix
./adb.nix
];
}