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

This commit is contained in:
Price Hiller 2024-07-19 15:26:49 -05:00
parent 4099d2b386
commit 6cb7dc669c
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -179,29 +179,29 @@ in
mimeApps = { mimeApps = {
enable = true; enable = true;
associations.added = { associations.added = {
"x-scheme-handler/http" = [ "firefox-devedition.desktop" ]; "x-scheme-handler/http" = [ "librewolf.desktop" ];
"x-scheme-handler/https" = [ "firefox-devedition.desktop" ]; "x-scheme-handler/https" = [ "librewolf.desktop" ];
"x-scheme-handler/chrome" = [ "firefox-devedition.desktop" ]; "x-scheme-handler/chrome" = [ "librewolf.desktop" ];
"text/html" = [ "firefox-devedition.desktop" ]; "text/html" = [ "librewolf.desktop" ];
"application/x-extension-htm" = [ "firefox-devedition.desktop" ]; "application/x-extension-htm" = [ "librewolf.desktop" ];
"application/x-extension-html" = [ "firefox-devedition.desktop" ]; "application/x-extension-html" = [ "librewolf.desktop" ];
"application/x-extension-shtml" = [ "firefox-devedition.desktop" ]; "application/x-extension-shtml" = [ "librewolf.desktop" ];
"application/xhtml+xml" = [ "firefox-devedition.desktop" ]; "application/xhtml+xml" = [ "librewolf.desktop" ];
"application/x-extension-xhtml" = [ "firefox-devedition.desktop" ]; "application/x-extension-xhtml" = [ "librewolf.desktop" ];
"application/x-extension-xht" = [ "firefox-devedition.desktop" ]; "application/x-extension-xht" = [ "librewolf.desktop" ];
}; };
defaultApplications = { defaultApplications = {
"application/pdf" = [ "org.pwmt.zathura.desktop" ]; "application/pdf" = [ "org.pwmt.zathura.desktop" ];
"x-scheme-handler/http" = [ "firefox-devedition.desktop" ]; "x-scheme-handler/http" = [ "librewolf.desktop" ];
"x-scheme-handler/https" = [ "firefox-devedition.desktop" ]; "x-scheme-handler/https" = [ "librewolf.desktop" ];
"x-scheme-handler/chrome" = [ "firefox-devedition.desktop" ]; "x-scheme-handler/chrome" = [ "librewolf.desktop" ];
"text/html" = [ "firefox-devedition.desktop" ]; "text/html" = [ "librewolf.desktop" ];
"application/x-extension-htm" = [ "firefox-devedition.desktop" ]; "application/x-extension-htm" = [ "librewolf.desktop" ];
"application/x-extension-html" = [ "firefox-devedition.desktop" ]; "application/x-extension-html" = [ "librewolf.desktop" ];
"application/x-extension-shtml" = [ "firefox-devedition.desktop" ]; "application/x-extension-shtml" = [ "librewolf.desktop" ];
"application/xhtml+xml" = [ "firefox-devedition.desktop" ]; "application/xhtml+xml" = [ "librewolf.desktop" ];
"application/x-extension-xhtml" = [ "firefox-devedition.desktop" ]; "application/x-extension-xhtml" = [ "librewolf.desktop" ];
"application/x-extension-xht" = [ "firefox-devedition.desktop" ]; "application/x-extension-xht" = [ "librewolf.desktop" ];
}; };
}; };
configFile = { configFile = {
@ -250,6 +250,7 @@ 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;