Make firefox default MIME entry for URLs

Nyxt bug where it still can't open a clicked link if already open,
will change back when it's fixed
This commit is contained in:
Evie Litherland-Smith 2024-04-27 08:10:11 +01:00
parent 68397530d8
commit 4006919fa9

View file

@ -120,7 +120,7 @@
}; };
mime = let mime = let
emacs = ["emacsclient.desktop" "emacs.desktop"]; emacs = ["emacsclient.desktop" "emacs.desktop"];
browser = ["nyxt.desktop"]; browser = ["firefox.desktop" "nyxt.desktop"];
applications = { applications = {
"inode/directory" = ["thunar.desktop"]; "inode/directory" = ["thunar.desktop"];
"inode/symlink" = ["thunar.desktop"]; "inode/symlink" = ["thunar.desktop"];