Revert "feat(hm/price): install librewolf"
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m2s

This reverts commit 6cb7dc669c.
This commit is contained in:
Price Hiller 2024-07-24 19:32:19 -05:00
parent 25b621de70
commit b01dd6ab4b
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -180,29 +180,29 @@ in
mimeApps = { mimeApps = {
enable = true; enable = true;
associations.added = { associations.added = {
"x-scheme-handler/http" = [ "librewolf.desktop" ]; "x-scheme-handler/http" = [ "firefox-devedition.desktop" ];
"x-scheme-handler/https" = [ "librewolf.desktop" ]; "x-scheme-handler/https" = [ "firefox-devedition.desktop" ];
"x-scheme-handler/chrome" = [ "librewolf.desktop" ]; "x-scheme-handler/chrome" = [ "firefox-devedition.desktop" ];
"text/html" = [ "librewolf.desktop" ]; "text/html" = [ "firefox-devedition.desktop" ];
"application/x-extension-htm" = [ "librewolf.desktop" ]; "application/x-extension-htm" = [ "firefox-devedition.desktop" ];
"application/x-extension-html" = [ "librewolf.desktop" ]; "application/x-extension-html" = [ "firefox-devedition.desktop" ];
"application/x-extension-shtml" = [ "librewolf.desktop" ]; "application/x-extension-shtml" = [ "firefox-devedition.desktop" ];
"application/xhtml+xml" = [ "librewolf.desktop" ]; "application/xhtml+xml" = [ "firefox-devedition.desktop" ];
"application/x-extension-xhtml" = [ "librewolf.desktop" ]; "application/x-extension-xhtml" = [ "firefox-devedition.desktop" ];
"application/x-extension-xht" = [ "librewolf.desktop" ]; "application/x-extension-xht" = [ "firefox-devedition.desktop" ];
}; };
defaultApplications = { defaultApplications = {
"application/pdf" = [ "org.pwmt.zathura.desktop" ]; "application/pdf" = [ "org.pwmt.zathura.desktop" ];
"x-scheme-handler/http" = [ "librewolf.desktop" ]; "x-scheme-handler/http" = [ "firefox-devedition.desktop" ];
"x-scheme-handler/https" = [ "librewolf.desktop" ]; "x-scheme-handler/https" = [ "firefox-devedition.desktop" ];
"x-scheme-handler/chrome" = [ "librewolf.desktop" ]; "x-scheme-handler/chrome" = [ "firefox-devedition.desktop" ];
"text/html" = [ "librewolf.desktop" ]; "text/html" = [ "firefox-devedition.desktop" ];
"application/x-extension-htm" = [ "librewolf.desktop" ]; "application/x-extension-htm" = [ "firefox-devedition.desktop" ];
"application/x-extension-html" = [ "librewolf.desktop" ]; "application/x-extension-html" = [ "firefox-devedition.desktop" ];
"application/x-extension-shtml" = [ "librewolf.desktop" ]; "application/x-extension-shtml" = [ "firefox-devedition.desktop" ];
"application/xhtml+xml" = [ "librewolf.desktop" ]; "application/xhtml+xml" = [ "firefox-devedition.desktop" ];
"application/x-extension-xhtml" = [ "librewolf.desktop" ]; "application/x-extension-xhtml" = [ "firefox-devedition.desktop" ];
"application/x-extension-xht" = [ "librewolf.desktop" ]; "application/x-extension-xht" = [ "firefox-devedition.desktop" ];
}; };
}; };
configFile = { configFile = {
@ -251,7 +251,6 @@ in
package = pkgs.eclipses.eclipse-java; package = pkgs.eclipses.eclipse-java;
}; };
wofi.enable = true; wofi.enable = true;
librewolf.enable = true;
firefox = { firefox = {
enable = true; enable = true;
package = pkgs.firefox-devedition; package = pkgs.firefox-devedition;