From 8e265de581f54aebd32ed81ab540703b4cadd0f0 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Tue, 12 Nov 2024 11:35:02 +0100 Subject: [PATCH] fix: adb in the wrong place --- common/configuration.nix | 3 ++- common/home.nix | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/configuration.nix b/common/configuration.nix index 2bfb854..5a9bab4 100644 --- a/common/configuration.nix +++ b/common/configuration.nix @@ -51,6 +51,7 @@ programs.zsh.enable = true; programs.dconf.enable = true; + programs.adb.enable = true; virtualisation.libvirtd = { enable = true; @@ -77,7 +78,7 @@ users.users.ahurac = { isNormalUser = true; - extraGroups = [ "wheel" "networkmanager" "libvirtd" ]; + extraGroups = [ "wheel" "networkmanager" "libvirtd" "adbusers" ]; shell = pkgs.zsh; }; diff --git a/common/home.nix b/common/home.nix index 11c0f24..150cef9 100644 --- a/common/home.nix +++ b/common/home.nix @@ -7,7 +7,6 @@ home.stateVersion = "24.05"; home.packages = with pkgs; [ - android-tools texliveFull thunderbird jdt-language-server