1758515786

This commit is contained in:
2025-09-21 22:36:26 -06:00
parent 233a8c996c
commit f968752796

View File

@@ -24,16 +24,16 @@
xdg = { xdg = {
mime.enable = true; mime.enable = true;
mime.defaultApplications = { mime.defaultApplications = {
"text/html" = [ "ungoogled-chromium.desktop" ]; "text/html" = [ "librewolf.desktop" ];
"application/xhtml+xml" = [ "ungoogled-chromium.desktop" ]; "application/xhtml+xml" = [ "librewolf.desktop" ];
"x-scheme-handler/http" = [ "ungoogled-chromium.desktop" ]; "x-scheme-handler/http" = [ "librewolf.desktop" ];
"x-scheme-handler/https" = [ "ungoogled-chromium.desktop" ]; "x-scheme-handler/https" = [ "librewolf.desktop" ];
"x-scheme-handler/ftp" = [ "ungoogled-chromium.desktop" ]; "x-scheme-handler/ftp" = [ "librewolf.desktop" ];
"application/x-www-browser" = [ "ungoogled-chromium.desktop" ]; "application/x-www-browser" = [ "librewolf.desktop" ];
}; };
}; };
environment.variables.BROWSER = "chromium"; environment.variables.BROWSER = "librewolf";
environment.systemPackages = environment.systemPackages =
with pkgs; [ with pkgs; [