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 = {
|
||||
enable = true;
|
||||
|
||||
onActivation = {
|
||||
autoUpdate = true;
|
||||
cleanup = "uninstall";
|
||||
upgrade = true;
|
||||
};
|
||||
|
||||
taps = [
|
||||
"armcord/armcord"
|
||||
];
|
||||
|
||||
casks = [
|
||||
"1password"
|
||||
"firefox"
|
||||
"obsidian"
|
||||
"raycast"
|
||||
"armcord"
|
||||
];
|
||||
|
||||
masApps = {
|
||||
"wireguard" = 1451685025;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue