diff --git a/modules/home-manager/default.nix b/modules/home-manager/default.nix index f7c12a6..a2eb369 100644 --- a/modules/home-manager/default.nix +++ b/modules/home-manager/default.nix @@ -55,6 +55,7 @@ in { hidePodcasts ]; }; + xdg.mimeApps.defaultApplications = { "text/html" = "firefox.desktop"; "x-scheme-handler/http" = "firefox.desktop";