feat(hm/price): install librewolf
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m8s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m8s
This commit is contained in:
parent
4099d2b386
commit
6cb7dc669c
@ -179,29 +179,29 @@ in
|
||||
mimeApps = {
|
||||
enable = true;
|
||||
associations.added = {
|
||||
"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" ];
|
||||
"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" ];
|
||||
};
|
||||
defaultApplications = {
|
||||
"application/pdf" = [ "org.pwmt.zathura.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" ];
|
||||
"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" ];
|
||||
};
|
||||
};
|
||||
configFile = {
|
||||
@ -250,6 +250,7 @@ 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