8 lines
137 B
Nix
8 lines
137 B
Nix
{
|
|
programs = {
|
|
adb.enable = builtins.currentSystem == "x86_64-linux";
|
|
bandwhich.enable = true;
|
|
iotop.enable = true;
|
|
};
|
|
}
|