switch to pre-built firefox for performance reasons

This commit is contained in:
Trolli Schmittlauch 2021-11-25 20:25:37 +01:00
parent 1c0357f90a
commit a36290f7e2

View file

@ -7,7 +7,8 @@ let
# nix-channel --add https://github.com/nix-community/NUR/archive/master.tar.gz NUR
nur = import <NUR> { inherit pkgs; };
myNur = nur.repos.schmittlauch;
mybrowser = firefox;
# use pre-built Mozilla binary until nixpkgs build has similar performance (build profiling information)
mybrowser = firefox-bin;
desktopApps = [
mybrowser