diff --git a/users/price/home.nix b/users/price/home.nix index 642b6de8..1a318f99 100644 --- a/users/price/home.nix +++ b/users/price/home.nix @@ -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;