summary refs log tree commit diff stats
path: root/overlays/firefox.nix
blob: b3b346bfc9ca776af0050c018b5acdfdbe7037b2 (plain)
1
2
3
4
self: super: {
  firefox-bin-unwrapped = super.firefox-bin-unwrapped.override { systemLocale = "en-GB"; };
  firefox-devedition-bin-unwrapped = super.firefox-devedition-bin-unwrapped.override { systemLocale = "en-GB"; };
}