Go back to mainline firefox

This commit is contained in:
Lyes Saadi 2026-03-25 10:37:11 +01:00
parent 9c244751cb
commit 631c9ca2cc
Signed by: lyes
GPG key ID: 55A1D803917CF39A
3 changed files with 4 additions and 22 deletions

View file

@ -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