From 39c98598d561a01b402a697d28cd4e5cf9a82541 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Tue, 3 Jun 2025 11:38:41 +0800 Subject: [PATCH] chore: use chrome by default --- home/linux/gui/base/xdg.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/linux/gui/base/xdg.nix b/home/linux/gui/base/xdg.nix index f7ab93a6..ed5f7f4d 100644 --- a/home/linux/gui/base/xdg.nix +++ b/home/linux/gui/base/xdg.nix @@ -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;