From c95a5778328618c03c7079665ea72ce4916b4c52 Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Mon, 26 Sep 2022 20:50:36 +0200 Subject: [PATCH] Enable adb --- nki-home/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nki-home/configuration.nix b/nki-home/configuration.nix index 879f767..8b93f21 100644 --- a/nki-home/configuration.nix +++ b/nki-home/configuration.nix @@ -111,6 +111,7 @@ extraGroups = [ "wheel" # Enable ‘sudo’ for the user. "plugdev" # Enable openrazer-daemon privileges + "adbusers" # Android ]; }; @@ -256,6 +257,9 @@ plugins = with pkgs; [ evolution-ews ]; }; + # Android + programs.adb.enable = true; + # Music server services.navidrome.enable = true; services.navidrome.settings = {