From 6cdcecd4e2a8bbd3279926dc13f7626b53e23acb Mon Sep 17 00:00:00 2001 From: Simon Walker Date: Mon, 16 Sep 2024 20:04:16 +0100 Subject: [PATCH] Use arc --- home/hammerspoon/config/applications.lua | 2 +- system/darwin/common/homebrew.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/home/hammerspoon/config/applications.lua b/home/hammerspoon/config/applications.lua index 30a58e7f..90691b50 100644 --- a/home/hammerspoon/config/applications.lua +++ b/home/hammerspoon/config/applications.lua @@ -3,7 +3,7 @@ local applications = { name = "Alacritty", }, browser = { - name = "Brave Browser", + name = "Arc", }, email = { name = "Mail", diff --git a/system/darwin/common/homebrew.nix b/system/darwin/common/homebrew.nix index b12886ee..28425bdd 100644 --- a/system/darwin/common/homebrew.nix +++ b/system/darwin/common/homebrew.nix @@ -7,6 +7,7 @@ "1password" "1password-cli" "alacritty" + "arc" "barrier" "brave-browser" "chatgpt"