chore: use chrome by default

This commit is contained in:
Ryan Yin
2025-06-03 11:38:41 +08:00
parent 88cee1016d
commit 39c98598d5

View File

@@ -32,7 +32,7 @@
enable = true;
# let `xdg-open` to open the url with the correct application.
defaultApplications = let
browser = ["firefox.desktop" "google-chrome.desktop"];
browser = ["google-chrome.desktop" "firefox.desktop"];
editor = ["nvim.desktop" "Helix.desktop" "code.desktop" "code-insiders.desktop"];
in {
"application/json" = browser;