switch to pre-built firefox for performance reasons
This commit is contained in:
parent
1c0357f90a
commit
a36290f7e2
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue