11 lines
120 B
Nix
11 lines
120 B
Nix
{
|
|
homebrew = {
|
|
enable = true;
|
|
casks = [
|
|
"hey-desktop"
|
|
"zen"
|
|
"pareto-security"
|
|
];
|
|
};
|
|
}
|