43 lines
691 B
Nix
43 lines
691 B
Nix
{ ... }:
|
|
|
|
{
|
|
homebrew = {
|
|
enable = true;
|
|
|
|
onActivation.autoUpdate = true;
|
|
onActivation.upgrade = true;
|
|
#onActivation.cleanup = "zap";
|
|
|
|
casks = [
|
|
"arc"
|
|
"bettermouse"
|
|
"blender"
|
|
"citrix-workspace"
|
|
"cryptomator"
|
|
"Discord"
|
|
"Element"
|
|
"ghostty"
|
|
"IINA"
|
|
"Keka"
|
|
"meta"
|
|
"mullvad-browser"
|
|
"mullvad-vpn"
|
|
"obs"
|
|
"Obsidian"
|
|
"orion"
|
|
"Secretive"
|
|
"tailscale-app"
|
|
"telegram"
|
|
"UTM"
|
|
"vscodium"
|
|
"raycast"
|
|
"zed"
|
|
];
|
|
|
|
masApps = {
|
|
"Bitwarden" = 1352778147;
|
|
"DropOver" = 1355679052;
|
|
"Yubico Authenticator" = 1497506650;
|
|
};
|
|
};
|
|
}
|