use firefox as default

This commit is contained in:
2026-04-07 11:58:40 -07:00
parent 4c29c7dabf
commit dfc21b359c

View File

@@ -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;