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; }; };