added armcord

This commit is contained in:
Natalie 2024-10-09 10:14:04 -07:00
parent 628ce10041
commit 6869b21761

View file

@ -65,14 +65,26 @@
homebrew = { homebrew = {
enable = true; enable = true;
onActivation = {
autoUpdate = true;
cleanup = "uninstall";
upgrade = true;
};
taps = [
"armcord/armcord"
];
casks = [ casks = [
"1password" "1password"
"firefox" "firefox"
"obsidian" "obsidian"
"raycast" "raycast"
"armcord"
]; ];
masApps = { masApps = {
"wireguard" = 1451685025;
}; };
}; };