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