Skip to content

Commit

Permalink
Use firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw committed Oct 11, 2024
1 parent 15279aa commit 4ab9365
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 = "brave";
aarch64-linux = "firefox";
}
.${system}
or "brave";
or "firefox";

monitor-configs = {
"one" = {
Expand Down
2 changes: 1 addition & 1 deletion home/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ in {
theme = "catppuccin-macchiato";
vscode-theme = "Dracula";
defaults = {
browser = "brave";
browser = "firefox";
terminal = "alacritty";
};
is-dark-theme = true;
Expand Down

0 comments on commit 4ab9365

Please sign in to comment.