nixos-config/modules/tools.nix

8 lines
101 B
Nix
Raw Normal View History

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