Files
dotfiles/darwin/shiro/homebrew.nix
servius 2d2a7e6765
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m28s
fix: Fixed the syntax for adding sunshine-beta and remove some packages
2026-03-10 13:32:28 +05:30

15 lines
171 B
Nix

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