Files
dotfiles/darwin/kuro/homebrew.nix
uttarayan21 a1bca878fa
All checks were successful
Flake checker / Build Nix targets (push) Successful in 10m2s
chore: update package name and use stable kitty package
2025-09-13 20:41:25 +05:30

20 lines
245 B
Nix

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