switch to pre-built firefox for performance reasons

flake-conversion
Trolli Schmittlauch 2021-11-25 20:25:37 +01:00
parent 1c0357f90a
commit a36290f7e2
1 changed files with 2 additions and 1 deletions

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