{ config, pkgs, ... }: { programs = { adb.enable = pkgs.stdenv.isx86_64 && config.sbruder.full; bandwhich.enable = true; iotop.enable = true; }; }