diff --git a/home/bspwm.nix b/home/bspwm.nix index 3ac3305a..2103e3a7 100644 --- a/home/bspwm.nix +++ b/home/bspwm.nix @@ -17,7 +17,7 @@ with lib; let aarch64-linux = "firefox"; } .${system} - or "google-chrome"; + or "firefox"; monitor-configs = { "one" = { diff --git a/home/hammerspoon/config/applications.lua b/home/hammerspoon/config/applications.lua index 7077461d..b135e4be 100644 --- a/home/hammerspoon/config/applications.lua +++ b/home/hammerspoon/config/applications.lua @@ -3,7 +3,7 @@ local applications = { name = "Alacritty", }, browser = { - name = "Google Chrome", + name = "Firefox", }, email = { name = "Mail", diff --git a/home/home.nix b/home/home.nix index 1516d6ef..fb8a4158 100644 --- a/home/home.nix +++ b/home/home.nix @@ -100,10 +100,7 @@ in { theme = "nord"; vscode-theme = "Dracula"; defaults = { - browser = { - name = "google-chrome"; - command = "google-chrome-stable"; - }; + browser = "firefox"; terminal = "alacritty"; }; is-dark-theme = true;