From d636de890c44a27ba94ecaaaf3158eeb2ef5b1d5 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Sun, 18 Feb 2024 10:35:01 -0500 Subject: [PATCH] try to add firefox as mime html reader --- modules/common/applications/firefox.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/common/applications/firefox.nix b/modules/common/applications/firefox.nix index 38fa19b..0eb7a58 100644 --- a/modules/common/applications/firefox.nix +++ b/modules/common/applications/firefox.nix @@ -166,6 +166,11 @@ }; + xdg.mimeApps = { + associations.added = { "text.html" = [ "firefox.desktop" ]; }; + defaultApplications = { "text.html" = [ "firefox.desktop" ]; }; + }; + xsession.windowManager.i3.config.keybindings = lib.mkIf pkgs.stdenv.isLinux { "${