switch to pre-built firefox for performance reasons
This commit is contained in:
parent
1c0357f90a
commit
a36290f7e2
|
@ -7,7 +7,8 @@ let
|
||||||
# nix-channel --add https://github.com/nix-community/NUR/archive/master.tar.gz NUR
|
# nix-channel --add https://github.com/nix-community/NUR/archive/master.tar.gz NUR
|
||||||
nur = import <NUR> { inherit pkgs; };
|
nur = import <NUR> { inherit pkgs; };
|
||||||
myNur = nur.repos.schmittlauch;
|
myNur = nur.repos.schmittlauch;
|
||||||
mybrowser = firefox;
|
# use pre-built Mozilla binary until nixpkgs build has similar performance (build profiling information)
|
||||||
|
mybrowser = firefox-bin;
|
||||||
|
|
||||||
desktopApps = [
|
desktopApps = [
|
||||||
mybrowser
|
mybrowser
|
||||||
|
|
Loading…
Reference in a new issue