From e85a1348f74af4ded568144d548d9d6a4985a072 Mon Sep 17 00:00:00 2001 From: zoe Date: Fri, 19 May 2023 08:38:55 +0200 Subject: [PATCH] add adb --- services.nix | 2 +- user.nix | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/services.nix b/services.nix index 0a32ac5..92ca03d 100644 --- a/services.nix +++ b/services.nix @@ -13,7 +13,7 @@ tumbler.enable = true; udev = { enable = true; - packages = [ pkgs.arduino ]; + packages = with pkgs; [ arduino android-udev-rules ]; }; tlp = { enable = true; diff --git a/user.nix b/user.nix index 110f233..ea60f24 100644 --- a/user.nix +++ b/user.nix @@ -22,7 +22,7 @@ in { shell = pkgs.fish; isNormalUser = true; description = "zoe"; - extraGroups = [ "networkmanager" "wheel" "libvirtd" "dialout" ]; + extraGroups = [ "networkmanager" "wheel" "libvirtd" "dialout" "adbusers" ]; packages = with pkgs; [ # internet firefox @@ -169,6 +169,8 @@ in { arduino ## tilemap editor unstable.ldtk + ## android + android-tools # help tealdeer