All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m28s
15 lines
171 B
Nix
15 lines
171 B
Nix
{...}: {
|
|
homebrew = {
|
|
enable = true;
|
|
brews = [
|
|
];
|
|
casks = [
|
|
"1password"
|
|
"raycast"
|
|
"lunar"
|
|
"orcaslicer"
|
|
"zen"
|
|
];
|
|
};
|
|
}
|