Skip to content

Commit

Permalink
Configure google chrome command
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw committed Jun 4, 2024
1 parent 94404ad commit 606ced7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion home/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,10 @@ in {
theme = "nord";
vscode-theme = "Dracula";
defaults = {
browser = "google-chrome";
browser = {
name = "google-chrome";
command = "google-chrome-stable";
};
terminal = "alacritty";
};
is-dark-theme = true;
Expand Down

0 comments on commit 606ced7

Please sign in to comment.