Revert "feat(hm/price): install librewolf"
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m2s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m2s
This reverts commit 6cb7dc669c
.
This commit is contained in:
parent
25b621de70
commit
b01dd6ab4b
@ -180,29 +180,29 @@ in
|
||||
mimeApps = {
|
||||
enable = true;
|
||||
associations.added = {
|
||||
"x-scheme-handler/http" = [ "librewolf.desktop" ];
|
||||
"x-scheme-handler/https" = [ "librewolf.desktop" ];
|
||||
"x-scheme-handler/chrome" = [ "librewolf.desktop" ];
|
||||
"text/html" = [ "librewolf.desktop" ];
|
||||
"application/x-extension-htm" = [ "librewolf.desktop" ];
|
||||
"application/x-extension-html" = [ "librewolf.desktop" ];
|
||||
"application/x-extension-shtml" = [ "librewolf.desktop" ];
|
||||
"application/xhtml+xml" = [ "librewolf.desktop" ];
|
||||
"application/x-extension-xhtml" = [ "librewolf.desktop" ];
|
||||
"application/x-extension-xht" = [ "librewolf.desktop" ];
|
||||
"x-scheme-handler/http" = [ "firefox-devedition.desktop" ];
|
||||
"x-scheme-handler/https" = [ "firefox-devedition.desktop" ];
|
||||
"x-scheme-handler/chrome" = [ "firefox-devedition.desktop" ];
|
||||
"text/html" = [ "firefox-devedition.desktop" ];
|
||||
"application/x-extension-htm" = [ "firefox-devedition.desktop" ];
|
||||
"application/x-extension-html" = [ "firefox-devedition.desktop" ];
|
||||
"application/x-extension-shtml" = [ "firefox-devedition.desktop" ];
|
||||
"application/xhtml+xml" = [ "firefox-devedition.desktop" ];
|
||||
"application/x-extension-xhtml" = [ "firefox-devedition.desktop" ];
|
||||
"application/x-extension-xht" = [ "firefox-devedition.desktop" ];
|
||||
};
|
||||
defaultApplications = {
|
||||
"application/pdf" = [ "org.pwmt.zathura.desktop" ];
|
||||
"x-scheme-handler/http" = [ "librewolf.desktop" ];
|
||||
"x-scheme-handler/https" = [ "librewolf.desktop" ];
|
||||
"x-scheme-handler/chrome" = [ "librewolf.desktop" ];
|
||||
"text/html" = [ "librewolf.desktop" ];
|
||||
"application/x-extension-htm" = [ "librewolf.desktop" ];
|
||||
"application/x-extension-html" = [ "librewolf.desktop" ];
|
||||
"application/x-extension-shtml" = [ "librewolf.desktop" ];
|
||||
"application/xhtml+xml" = [ "librewolf.desktop" ];
|
||||
"application/x-extension-xhtml" = [ "librewolf.desktop" ];
|
||||
"application/x-extension-xht" = [ "librewolf.desktop" ];
|
||||
"x-scheme-handler/http" = [ "firefox-devedition.desktop" ];
|
||||
"x-scheme-handler/https" = [ "firefox-devedition.desktop" ];
|
||||
"x-scheme-handler/chrome" = [ "firefox-devedition.desktop" ];
|
||||
"text/html" = [ "firefox-devedition.desktop" ];
|
||||
"application/x-extension-htm" = [ "firefox-devedition.desktop" ];
|
||||
"application/x-extension-html" = [ "firefox-devedition.desktop" ];
|
||||
"application/x-extension-shtml" = [ "firefox-devedition.desktop" ];
|
||||
"application/xhtml+xml" = [ "firefox-devedition.desktop" ];
|
||||
"application/x-extension-xhtml" = [ "firefox-devedition.desktop" ];
|
||||
"application/x-extension-xht" = [ "firefox-devedition.desktop" ];
|
||||
};
|
||||
};
|
||||
configFile = {
|
||||
@ -251,7 +251,6 @@ in
|
||||
package = pkgs.eclipses.eclipse-java;
|
||||
};
|
||||
wofi.enable = true;
|
||||
librewolf.enable = true;
|
||||
firefox = {
|
||||
enable = true;
|
||||
package = pkgs.firefox-devedition;
|
||||
|
Loading…
Reference in New Issue
Block a user