34 lines
492 B
Nix
34 lines
492 B
Nix
{
|
|
homebrew.enable = true;
|
|
homebrew.onActivation.cleanup = "zap";
|
|
|
|
homebrew.taps = [];
|
|
|
|
homebrew.brews = [
|
|
"kew"
|
|
];
|
|
|
|
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"
|
|
"markedit"
|
|
];
|
|
}
|