diff --git a/modules/software.nix b/modules/software.nix index 7465925..3c9a3b0 100644 --- a/modules/software.nix +++ b/modules/software.nix @@ -11,4 +11,14 @@ chromium onlyoffice-desktopeditors ]; + + xdg.mime = { + enable = true; + + defaultApplications = { + "text/html" = "chromium-browser.desktop"; + "x-scheme-handler/http" = "chromium-browser.desktop"; + "x-scheme-handler/https" = "chromium-browser.desktop"; + }; + }; } \ No newline at end of file