blob: d6bc25060974ae1226594c01ba58684d7e95a5ad (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
imports = [ ./nix-homebrew.nix ];
homebrew = {
enable = true;
brews = [
"swiftlint"
"gpg"
"pinentry-mac"
"sudo-touchid"
];
casks = [
"alt-tab"
"iina"
"aerospace"
];
};
}
|