Go back to mainline firefox
This commit is contained in:
parent
9c244751cb
commit
631c9ca2cc
3 changed files with 4 additions and 22 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, mozilla, ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
# Boot
|
||||
|
|
@ -58,8 +58,9 @@
|
|||
# package = pkgs.firefox-beta;
|
||||
# Doesn't work ?
|
||||
# languagePacks = [ "fr" "en-US" ];
|
||||
# package = pkgs.latest.firefox-nightly-bin;
|
||||
};
|
||||
nixpkgs.overlays = [ mozilla.overlays.firefox ];
|
||||
# nixpkgs.overlays = [ mozilla.overlays.firefox ];
|
||||
# let
|
||||
# # Change this to a rev sha to pin
|
||||
# moz-rev = "master";
|
||||
|
|
@ -72,8 +73,6 @@
|
|||
# nightlyOverlay
|
||||
# ];
|
||||
|
||||
programs.firefox.package = pkgs.latest.firefox-nightly-bin;
|
||||
|
||||
xdg.portal.enable = true;
|
||||
|
||||
# Virtualisation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue