mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-21 00:19:01 +01:00
chore: use chrome by default
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user