nixos-config/modules/tools.nix

8 lines
137 B
Nix

{
programs = {
adb.enable = builtins.currentSystem == "x86_64-linux";
bandwhich.enable = true;
iotop.enable = true;
};
}