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