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 + ]; }