Files
dotfiles/darwin/kuro/homebrew.nix
2025-08-13 16:24:36 +05:30

19 lines
227 B
Nix

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