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

19 lines
262 B
Nix

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