Files
dotfiles/darwin/kuro/homebrew.nix
2025-04-17 02:02:46 +05:30

20 lines
276 B
Nix

{...}: {
homebrew = {
enable = true;
brews = [
];
casks = [
"firefox"
"vlc"
"librewolf"
"raycast"
"kunkun" # Soon
"lunar"
"virtual-desktop-streamer"
"1password"
"shapr3d"
"orcaslicer"
];
};
}