Skip to content

Commit 8216537

Browse files
committed
refactor(web): switch from chromium to google-chrome on macOS
Replace brewCasks.chromium with google-chrome package for better stability and feature parity on macOS.
1 parent dc7cd23 commit 8216537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

home/web/chromium.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
enable = true;
99
package =
1010
if hostPlatform.isDarwin
11-
then pkgs.brewCasks.chromium
11+
then pkgs.google-chrome
1212
else pkgs.chromium;
1313

1414
commandLineArgs = [

0 commit comments

Comments
 (0)