From 6869b217610b4f3b8e3c75a286bf5a7d975caa5d Mon Sep 17 00:00:00 2001 From: Natalie Date: Wed, 9 Oct 2024 10:14:04 -0700 Subject: [PATCH] added armcord --- hosts/laptop/configuration.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 9d44ebf..754e963 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -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; }; };