From c2aa1ccb78211a143dc1df390457816d3b62f02d Mon Sep 17 00:00:00 2001 From: zackartz Date: Mon, 11 Mar 2024 16:15:26 -0400 Subject: [PATCH] 155 current 2024-03-11 15:26:52 24.05.20240309.3030f18 6.7.9-zen1 * --- modules/home-manager/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/home-manager/default.nix b/modules/home-manager/default.nix index 22c0bc1..55d069d 100644 --- a/modules/home-manager/default.nix +++ b/modules/home-manager/default.nix @@ -37,9 +37,9 @@ }; xdg.mimeApps.defaultApplications = { - "text/html" = "firefox"; - "x-scheme-handler/http" = "firefox"; - "x-scheme-handler/https" = "firefox"; + "text/html" = "firefox.desktop"; + "x-scheme-handler/http" = "firefox.desktop"; + "x-scheme-handler/https" = "firefox.desktop"; }; # This value determines the Home Manager release that your configuration is