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