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 63a532354f - Show all commits

View file

@ -76,13 +76,16 @@
}; };
in in
prev.wrapFirefox sandboxed-firefox-esr.config.env { prev.wrapFirefox sandboxed-firefox-esr.config.env {
applicationName = "firefox"; browserName = "firefox";
pname = "firefox-esr-sandboxed"; pname = "firefox-esr-sandboxed";
desktopName = "Firefox ESR (Sandboxed)"; desktopName = "Firefox ESR (Sandboxed)";
description = "Sandboxed Firefox ESR";
extraPolicies = { extraPolicies = {
DisableAppUpdate = true; DisableAppUpdate = true;
}; };
meta = prev.firefox-esr.meta // {
description = prev.firefox-esr.meta.description + " (Sandboxed)";
};
}; };
} }