added armcord
This commit is contained in:
parent
628ce10041
commit
6869b21761
1 changed files with 12 additions and 0 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue