From 6b84f209fb956c829e478dfa4932920b22671954 Mon Sep 17 00:00:00 2001 From: Jake Ginesin Date: Fri, 30 Jan 2026 03:00:13 -0500 Subject: [PATCH] generation 573 25.11.20250714.62e0f05 --- home/home.nix | 1 + hosts/rq/configuration.nix | 3 +++ 2 files changed, 4 insertions(+) diff --git a/home/home.nix b/home/home.nix index 85a12d8..53973f0 100644 --- a/home/home.nix +++ b/home/home.nix @@ -125,6 +125,7 @@ in { gnupg texpresso python313Packages.pygments + android-tools # texlive.combined.scheme-full # security diff --git a/hosts/rq/configuration.nix b/hosts/rq/configuration.nix index 9a073a6..8b8b6b3 100644 --- a/hosts/rq/configuration.nix +++ b/hosts/rq/configuration.nix @@ -23,6 +23,9 @@ services.udev.packages = [pkgs.android-udev-rules]; + # Ensure your user is in the adbusers group + users.users.synchronous.extraGroups = ["adbusers"]; + boot.loader.grub.enable = true; boot.loader.grub.device = "/dev/nvme0n1"; boot.loader.grub.useOSProber = true;