blob: a7237023f708d25e62dcf47e9be1257f398dc087 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
homebrew = {
brews = [
"gpg"
"pinentry-mac"
"sudo-touchid"
"mas"
];
casks = [
"android-file-transfer"
"android-platform-tools"
"chrome-remote-desktop-host"
];
};
}
|