From 63a532354fbf0835b9173b5fcb382a212568463f Mon Sep 17 00:00:00 2001 From: caem Date: Sat, 25 Jan 2025 01:03:59 +0100 Subject: [PATCH] HUGE???? --- overlays/nixpak/firefox.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/overlays/nixpak/firefox.nix b/overlays/nixpak/firefox.nix index 7c5e5b2..00c3b10 100644 --- a/overlays/nixpak/firefox.nix +++ b/overlays/nixpak/firefox.nix @@ -76,13 +76,16 @@ }; in prev.wrapFirefox sandboxed-firefox-esr.config.env { - applicationName = "firefox"; + browserName = "firefox"; pname = "firefox-esr-sandboxed"; desktopName = "Firefox ESR (Sandboxed)"; - description = "Sandboxed Firefox ESR"; - + extraPolicies = { DisableAppUpdate = true; }; + + meta = prev.firefox-esr.meta // { + description = prev.firefox-esr.meta.description + " (Sandboxed)"; + }; }; }