Files
dotfiles/darwin/kuro/homebrew.nix
uttarayan21 47bdbc8bf2
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m26s
feat: add caddy and lmstudio services to shiro configuration
2025-08-20 16:02:20 +05:30

20 lines
244 B
Nix

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