Skip to content

Commit

Permalink
Revert "Use firefox"
Browse files Browse the repository at this point in the history
This reverts commit 80a4040.
  • Loading branch information
simonrw committed Jul 15, 2024
1 parent 80a4040 commit db9bb00
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions home/bspwm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ with lib; let
browser =
{
# macvm
aarch64-linux = "firefox";
aarch64-linux = "brave";
}
.${system}
or "firefox";
or "brave";

monitor-configs = {
"one" = {
Expand Down
2 changes: 1 addition & 1 deletion home/hammerspoon/config/applications.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local applications = {
name = "Alacritty",
},
browser = {
name = "Firefox",
name = "Brave Browser",
},
email = {
name = "Mail",
Expand Down
2 changes: 1 addition & 1 deletion home/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ in {
theme = "poimandres";
vscode-theme = "Dracula";
defaults = {
browser = "firefox";
browser = "brave";
terminal = "alacritty";
};
is-dark-theme = true;
Expand Down

0 comments on commit db9bb00

Please sign in to comment.