diff --git a/flake.lock b/flake.lock index 17075e2..f24eb65 100644 --- a/flake.lock +++ b/flake.lock @@ -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", diff --git a/flake.nix b/flake.nix index c4742c4..83d5a0b 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; diff --git a/modules/desktop/system.nix b/modules/desktop/system.nix index 7c1e2da..508d75b 100644 --- a/modules/desktop/system.nix +++ b/modules/desktop/system.nix @@ -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