Files
dotfiles/darwin/shiro/homebrew.nix
2025-04-06 22:03:48 +05:30

20 lines
287 B
Nix

{...}: {
homebrew = {
enable = true;
brews = [
"docker-compose"
];
casks = [
"docker"
"librewolf"
"raycast"
"kunkun" # Soon
"lunar"
"virtual-desktop-streamer"
"kicad"
"bambu-studio"
"orcaslicer"
];
};
}