From 5a65f45349b1d75e07222eaf64646e270252993a Mon Sep 17 00:00:00 2001 From: ant Date: Mon, 21 Jul 2025 10:22:54 +0200 Subject: [PATCH] add tools for android developpement --- home/home.nix | 2 ++ os/configuration.nix | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/home/home.nix b/home/home.nix index dec1d57..5060a33 100644 --- a/home/home.nix +++ b/home/home.nix @@ -37,6 +37,8 @@ yazi ncdu ripgrep + android-tools + scrcpy ]; diff --git a/os/configuration.nix b/os/configuration.nix index 4abca4c..d7e73ba 100644 --- a/os/configuration.nix +++ b/os/configuration.nix @@ -132,4 +132,8 @@ # Before changing this value read the documentation for this option # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). system.stateVersion = "24.05"; # Did you read the comment? + + services.udev.packages = [ + pkgs.android-udev-rules + ]; }