mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
oh, ADB enablement was in that file
This commit is contained in:
parent
10dd707910
commit
2e7495ef2e
1 changed files with 6 additions and 0 deletions
6
config/profiles/gui/nixos/adb.nix
Normal file
6
config/profiles/gui/nixos/adb.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
programs.adb.enable = true;
|
||||
users.users.kat.extraGroups = ["adbusers"];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue