mirror of
https://github.com/larstvei/nix-config.git
synced 2025-09-15 11:30:13 +00:00
33 lines
502 B
Nix
33 lines
502 B
Nix
{
|
|
homebrew = {
|
|
enable = true;
|
|
onActivation = {
|
|
# autoUpdate = true;
|
|
upgrade = true;
|
|
cleanup = "uninstall";
|
|
};
|
|
casks = [
|
|
"amethyst"
|
|
"arc"
|
|
"chatgpt"
|
|
"darktable"
|
|
"dropbox"
|
|
"google-chrome"
|
|
"iina"
|
|
"karabiner-elements"
|
|
"obs"
|
|
"ollama"
|
|
"processing"
|
|
"racket"
|
|
"raycast"
|
|
"remarkable"
|
|
"signal"
|
|
"skim"
|
|
"supercollider"
|
|
"utm"
|
|
"zoom"
|
|
"zen-browser"
|
|
];
|
|
};
|
|
}
|