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