From dfc21b359c26f576c89c20ca55963b4a78ed2a04 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Tue, 7 Apr 2026 11:58:40 -0700 Subject: [PATCH] use firefox as default --- configs/desktop-light.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configs/desktop-light.nix b/configs/desktop-light.nix index 5c2827e..225cfba 100644 --- a/configs/desktop-light.nix +++ b/configs/desktop-light.nix @@ -92,6 +92,12 @@ ACTION=="add", SUBSYSTEM=="backlight", GROUP="video", MODE="0660" }; }; + xdg.mime.defaultApplications = { + "text/html" = "firefox.desktop"; + "x-scheme-handler/http" = "firefox.desktop"; + "x-scheme-handler/https" = "firefox.desktop"; + }; + programs.dconf.enable = true; services.gvfs.enable = true; # services.dunst.enable = true;