diff --git a/modules/tools.nix b/modules/tools.nix index a96f4ff..e38e8cb 100644 --- a/modules/tools.nix +++ b/modules/tools.nix @@ -1,6 +1,6 @@ { programs = { - adb.enable = true; + adb.enable = builtins.currentSystem == "x86_64-linux"; bandwhich.enable = true; iotop.enable = true; };