Files
dotfiles/darwin/kuro/homebrew.nix
uttarayan21 963f29c12b
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m28s
chore: update service configurations and update to manually compiled yabai
2025-09-18 17:56:44 +05:30

19 lines
229 B
Nix

{...}: {
homebrew = {
enable = true;
brews = [
];
casks = [
"1password"
"lunar"
"orcaslicer"
"raycast"
"shapr3d"
"vlc"
"zed"
"zen"
"lm-studio"
];
};
}