almost there

This commit is contained in:
caem 2025-01-25 01:10:33 +01:00
parent 5bdcf24d40
commit cb00557f4e
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -75,11 +75,22 @@
};
};
in
prev.wrapFirefox sandboxed-firefox-esr.config.env {
prev.wrapFirefox (sandboxed-firefox-esr.config.env // {
inherit (prev.firefox-esr)
version
meta
langPath
updateScript
pkgconfig
buildPackages
patches
extraPatches
extraPrefs
extraPolicies
nativeMessagingHosts
cfg;
}) {
applicationName = "firefox-esr";
desktopName = "Firefox ESR (Sandboxed)";
extraPolicies = {
DisableAppUpdate = true;
};
};
}