From 02f2218d404ff64549d3ffdd8a07bb217639877f Mon Sep 17 00:00:00 2001 From: Soispha Date: Fri, 29 Dec 2023 09:20:54 +0100 Subject: fix(hm/conf/): Use new xdg config module --- hm/soispha/conf/firefox/default.nix | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'hm/soispha/conf/firefox') diff --git a/hm/soispha/conf/firefox/default.nix b/hm/soispha/conf/firefox/default.nix index df760c03..e7903a92 100644 --- a/hm/soispha/conf/firefox/default.nix +++ b/hm/soispha/conf/firefox/default.nix @@ -97,16 +97,6 @@ in { # improve wayland support MOZ_ENABLE_WAYLAND = 1; }; - xdg.mimeApps = { - enable = true; - defaultApplications = { - "text/html" = ["firefox.desktop"]; - "x-scheme-handler/http" = ["firefox.desktop"]; - "x-scheme-handler/https" = ["firefox.desktop"]; - "x-scheme-handler/about" = ["firefox.desktop"]; - "x-scheme-handler/unknown" = ["firefox.desktop"]; - }; - }; programs.firefox = { enable = true; inherit (config.soispha.firefox) package; -- cgit 1.4.1