nixos-config/modules/tools.nix

8 lines
137 B
Nix
Raw Normal View History

2020-12-05 13:48:06 +01:00
{
programs = {
adb.enable = builtins.currentSystem == "x86_64-linux";
2020-12-05 13:48:06 +01:00
bandwhich.enable = true;
iotop.enable = true;
};
}