From db9bb0024224dfef4c11482b546d3dc84c83b998 Mon Sep 17 00:00:00 2001 From: Simon Walker Date: Mon, 15 Jul 2024 04:28:30 +0100 Subject: [PATCH] Revert "Use firefox" This reverts commit 80a40405a7ee55b6aa81db06d72e73bbf41115d2. --- home/bspwm.nix | 4 ++-- home/hammerspoon/config/applications.lua | 2 +- home/home.nix | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/home/bspwm.nix b/home/bspwm.nix index 2103e3a7..359494da 100644 --- a/home/bspwm.nix +++ b/home/bspwm.nix @@ -14,10 +14,10 @@ with lib; let browser = { # macvm - aarch64-linux = "firefox"; + aarch64-linux = "brave"; } .${system} - or "firefox"; + or "brave"; monitor-configs = { "one" = { diff --git a/home/hammerspoon/config/applications.lua b/home/hammerspoon/config/applications.lua index 6827a77d..30a58e7f 100644 --- a/home/hammerspoon/config/applications.lua +++ b/home/hammerspoon/config/applications.lua @@ -3,7 +3,7 @@ local applications = { name = "Alacritty", }, browser = { - name = "Firefox", + name = "Brave Browser", }, email = { name = "Mail", diff --git a/home/home.nix b/home/home.nix index 8d6afc85..58cbba31 100644 --- a/home/home.nix +++ b/home/home.nix @@ -100,7 +100,7 @@ in { theme = "poimandres"; vscode-theme = "Dracula"; defaults = { - browser = "firefox"; + browser = "brave"; terminal = "alacritty"; }; is-dark-theme = true;