{ ... }: let firefox = "firefox-devedition.desktop"; in { xdg.mimeApps.defaultApplications = { "text/html" = [firefox]; "text/xml" = [firefox]; "x-scheme-handler/http" = [firefox]; "x-scheme-handler/https" = [firefox]; }; }