12 lines
151 B
Nix
12 lines
151 B
Nix
{ ... }:
|
|
{
|
|
homebrew = {
|
|
casks = [
|
|
"discord"
|
|
"google-chrome"
|
|
"keycastr"
|
|
"linear-linear"
|
|
"netnewswire"
|
|
];
|
|
};
|
|
}
|