Files
dotfiles/darwin/kuro/homebrew.nix
servius 34737a5aef
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m27s
chore(kuro): remove unused macOS casks from Homebrew configuration
2026-02-24 14:31:56 +05:30

13 lines
140 B
Nix

{...}: {
homebrew = {
enable = true;
brews = [
];
casks = [
"1password"
"lunar"
"raycast"
];
};
}