Refactor the whole configuration #1

Merged
caem merged 354 commits from refactor into master 2025-02-01 14:05:16 +01:00
Showing only changes of commit 2f0080c81f - Show all commits

View file

@ -75,15 +75,13 @@
};
};
in
sandboxed-firefox-esr.config.env.overrideAttrs (old: {
passthru = (old.passthru or {}) // {
prev.wrapFirefox sandboxed-firefox-esr.config.env {
browserName = "firefox";
enableOfficialBranding = true;
override = args: sandboxed-firefox-esr.config.env.override (old: {
extraPrefsFiles = args.extraPrefsFiles or old.extraPrefsFiles or [];
nativeMessagingHosts = args.nativeMessagingHosts or old.nativeMessagingHosts or [];
inherit (args) cfg;
});
pname = "firefox-esr-sandboxed";
desktopName = "Firefox ESR (Sandboxed)";
extraPolicies = {
DisableAppUpdate = true;
};
};
});
}