enable adb support

This commit is contained in:
Trolli Schmittlauch 2020-06-09 22:26:02 +02:00
parent 1001ea611e
commit 137fa8fa6a
3 changed files with 5 additions and 44 deletions

View file

@ -79,6 +79,9 @@ in
enable = true;
package = pkgs.wireshark-qt;
};
programs.adb.enable = true;
# programs.mtr.enable = true;
# programs.gnupg.agent = { enable = true; enableSSHSupport = true; };
@ -149,7 +152,7 @@ in
users.users.spiollinux = {
isNormalUser = true;
uid = 1000;
extraGroups = [ "vboxusers" "wheel" "networkmanager" "scanner" "lp" "wireshark" "dialout" "cdrom" "input" ];
extraGroups = [ "vboxusers" "wheel" "networkmanager" "scanner" "lp" "wireshark" "dialout" "cdrom" "input" "adbusers" ];
shell = pkgs.zsh;
};
#home-manager.users.spiollinux = import "${users.users.spiollinux.home}/nixconfigs/home/home.nix" { pkgs, ...};