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

17
flake.lock generated
View file

@ -301,22 +301,6 @@
"type": "gitlab"
}
},
"mozilla": {
"locked": {
"lastModified": 1750265908,
"narHash": "sha256-ZGo9BPm0L6kkuke6Bp5rb1XwF5Qv3/+a3mowsr0fcU4=",
"owner": "andersk",
"repo": "nixpkgs-mozilla",
"rev": "174a36cd95c9bed0dcbcc8a51f16d0cc8be490f3",
"type": "github"
},
"original": {
"owner": "andersk",
"ref": "channel",
"repo": "nixpkgs-mozilla",
"type": "github"
}
},
"nix-flatpak": {
"locked": {
"lastModified": 1767983141,
@ -469,7 +453,6 @@
"disko": "disko",
"home-manager": "home-manager_2",
"mailserver": "mailserver",
"mozilla": "mozilla",
"nix-flatpak": "nix-flatpak",
"nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs_3",

View file

@ -14,7 +14,7 @@
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
nix-flatpak.url = "github:gmodena/nix-flatpak/latest";
zen-browser.url = "github:0xc000022070/zen-browser-flake";
mozilla.url = "github:andersk/nixpkgs-mozilla/channel";
# mozilla.url = "github:andersk/nixpkgs-mozilla/channel";
vicinae-extensions = {
url = "github:vicinaehq/extensions";

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