Skip to content

Commit

Permalink
Use firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw committed May 18, 2024
1 parent 7513cf3 commit 6acecf1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion home/bspwm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ with lib; let
aarch64-linux = "firefox";
}
.${system}
or "brave";
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 = "Brave Browser",
name = "Firefox",
},
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 @@ -95,7 +95,7 @@ in {
theme = "nord";
vscode-theme = "Dracula";
defaults = {
browser = "brave";
browser = "firefox";
terminal = "alacritty";
};
is-dark-theme = true;
Expand Down

0 comments on commit 6acecf1

Please sign in to comment.