Skip to content

Commit

Permalink
Use firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw committed Jun 24, 2024
1 parent 23f9198 commit aa7ae1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion home/bspwm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ with lib; let
aarch64-linux = "firefox";
}
.${system}
or "google-chrome";
or "firefox";

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 = "Google Chrome",
name = "Firefox",
},
email = {
name = "Mail",
Expand Down
5 changes: 1 addition & 4 deletions home/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit aa7ae1f

Please sign in to comment.