From a5b0892e4f3d255d695f6a54219e1f5edf21c725 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 9 Sep 2017 14:22:41 +0200 Subject: Add adb configuration --- modules/adb.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 modules/adb.nix (limited to 'modules') diff --git a/modules/adb.nix b/modules/adb.nix new file mode 100644 index 0000000..8b511f5 --- /dev/null +++ b/modules/adb.nix @@ -0,0 +1,9 @@ +{ config, pkgs, ... }: + +{ programs.adb.enable = true; + users.groups.adbusers = {}; + + services.udev = { + packages = [ pkgs.android-udev-rules ]; + }; +} -- cgit 1.4.1