Add adb through programs instead.
This commit is contained in:
parent
0417356754
commit
31f74b9589
|
@ -6,7 +6,6 @@
|
|||
environment = {
|
||||
systemPackages = with pkgs; [
|
||||
android-studio
|
||||
android-tools
|
||||
apngasm
|
||||
unstable.atuin
|
||||
autorestic
|
||||
|
|
|
@ -4,6 +4,10 @@
|
|||
|
||||
{
|
||||
programs = {
|
||||
adb = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
gnupg = {
|
||||
agent = {
|
||||
enable = true;
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
users.bauke = {
|
||||
description = "Bauke";
|
||||
extraGroups = [ "networkmanager" "vboxusers" "wheel" ];
|
||||
extraGroups = [ "adbusers" "networkmanager" "plugdev" "vboxusers" "wheel" ];
|
||||
isNormalUser = true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue