nix-config/hosts/poppy/homebrew.nix

37 lines
528 B
Nix

{
homebrew.enable = true;
homebrew.onActivation.cleanup = "zap";
homebrew.taps = [
"tw93/tap"
"typewhisper/tap"
];
homebrew.brews = [
"kew"
"mole"
];
homebrew.casks = [
"google-chrome"
"google-drive"
"bitwarden"
"marta"
"vscodium"
"github"
"docker-desktop"
"ollama-app"
"microsoft-word"
"microsoft-excel"
"microsoft-powerpoint"
"obsidian"
"anki"
"calibre"
"telegram"
"maccy"
"mos"
"caffeine"
"lunacy"
"skim"
];
}